aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2005-01-14[PATCH] ext3/EA: Cleanup and prepare ext3 for in-inode xattrsAndreas Gruenbacher2-363/+354
2005-01-14[PATCH] ext3/EA: Ext[23]: no spare xattr handler slots neededAndreas Gruenbacher4-6/+4
2005-01-14[PATCH] ext3/EA: Ext3: factor our common xattr code; unnecessary lockAndreas Gruenbacher1-57/+40
2005-01-14[PATCH] ext3/EA: Ext3: do not use journal_release_bufferAndreas Gruenbacher1-75/+67
2005-01-14[PATCH] ext3/EA: Race in ext[23] xattr sharing codeAndreas Gruenbacher3-56/+122
2005-01-14[PATCH] ext3/EA: mbcache cleanupAndreas Gruenbacher3-3/+17
2005-01-14[PATCH] ext3/ea: revert old ea-in-inode patchAndreas Gruenbacher4-640/+67
2005-01-14[PATCH] smbfs fixesAlan Cox2-22/+36
2005-01-14[PATCH] s390: vol1 partition recognitionCarsten Otte1-1/+2
2005-01-14[PATCH] uml: drop unused buffer_head.h header from hostfsPaolo \'Blaisorblade\' Giarrusso1-1/+0
2005-01-14[PATCH] swsusp: refrigerator cleanupsPavel Machek4-14/+3
2005-01-14Make pipe buffer handling more generic.Linus Torvalds1-12/+34
2005-01-13[PATCH] bio clone memory corruptionJens Axboe1-22/+7
2005-01-12[PATCH] contort getdents64 to pacify gcc-2.96Adam Kropelin1-2/+3
2005-01-11[PATCH] do_brk() needs mmap_sem write-lockedMarcelo Tosatti2-4/+25
2005-01-11[PATCH] BUG on error handlings in Ext3 under I/O failure conditionHisashi Hifumi3-8/+18
2005-01-11[PATCH] fix ->setattr ATTR_SIZE locking for nfsdChristoph Hellwig2-2/+8
2005-01-11[PATCH] binfmt_elf fix return error codes and early corrupt binary detectionMarcelo Tosatti1-8/+13
2005-01-11[PATCH] easily tweakable comm lengthPrasanna Meda1-1/+1
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky3-43/+51
2005-01-10[PATCH] remove outdated smbfs ChangeLogAdrian Bunk1-160/+0
2005-01-10[PATCH] coda: rename coda_psdev to codaJan Harkes1-6/+5
2005-01-10[PATCH] coda: remove unused coda_mknodJan Harkes2-52/+9
2005-01-10[PATCH] coda: make global code staticJan Harkes5-31/+33
2005-01-10[PATCH] code: ulist_for_each_entry_safe()Jan Harkes1-4/+2
2005-01-10[PATCH] coda: bounds checkingJan Harkes1-7/+19
2005-01-10[PATCH] fs/hugetlbfs/inode.c: make 4 functions staticAdrian Bunk1-4/+4
2005-01-10[PATCH] fs/ext2/xattr.c: make ext2_xattr_list staticAdrian Bunk2-19/+12
2005-01-10[PATCH] ext3 cleanupsAdrian Bunk7-164/+143
2005-01-10[PATCH] efs: make a struct static (fwd)Adrian Bunk1-0/+20
2005-01-10[PATCH] smbfs: make some functions staticAdrian Bunk4-11/+8
2005-01-10[PATCH] isofs: Remove useless includePeter Osterlund1-1/+0
2005-01-10[PATCH] kill quota_v2.c printk() of size_t warningWilliam Lee Irwin III1-1/+1
2005-01-10[PATCH] remove umsdos from treeChristoph Hellwig12-4754/+2
2005-01-10[PATCH] fs/proc/proc_tty.c: avoid arrayDomen Puncer1-3/+1
2005-01-10[PATCH] fs/proc/base.c: array sizeDomen Puncer1-1/+1
2005-01-10[PATCH] proc_kcore: Correct double accounting of elf_buflenPrasanna Meda1-2/+1
2005-01-10[PATCH] Export get_sb_pseudo()Roland Dreier1-0/+1
2005-01-10[PATCH] reiserfs vs-8115 test adjustmentOleg Drokin1-2/+3
2005-01-10[PATCH] Direct write vs truncate deadlockChristoph Hellwig1-6/+7
2005-01-10[PATCH] split bprm_apply_creds into two functionsSerge Hallyn1-0/+1
2005-01-10[PATCH] quota: make some code staticAdrian Bunk2-5/+5
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman8-6/+638
2005-01-09[PATCH] NLS: Fix overflow of nls_asciiHirofumi Ogawa1-6/+6
2005-01-08Re-use the buffer page for pipe data.Linus Torvalds1-17/+26
2005-01-07[PATCH] binfmt_script.c: make em86_format staticChris Wright1-1/+1
2005-01-07[PATCH] befs: #if 0 two unused global functionsAdrian Bunk1-0/+2
2005-01-07[PATCH] AFS: afs_voltypes isn't always requiredAdrian Bunk2-3/+3
2005-01-07[PATCH] mark QNX4FS_RW as BROKENAdrian Bunk1-1/+1
2005-01-07[PATCH] small proc_fs cleanupsAdrian Bunk2-19/+2
2005-01-07[PATCH] devpts/inode.c: make one struct staticAdrian Bunk1-1/+1
2005-01-07[PATCH] bio.c: make bio_destructor staticAdrian Bunk1-1/+1
2005-01-07[PATCH] binfmt_script.c: make struct script_format staticAdrian Bunk1-1/+1
2005-01-07[PATCH] NFS: remove an unused functionAdrian Bunk1-16/+0
2005-01-07[PATCH] lockd: fix two struct definitionsAdrian Bunk2-10/+10
2005-01-07[PATCH] fs/coda/psdev.c shouldn't include lp.hAdrian Bunk1-1/+0
2005-01-07[PATCH] reiser3 cleanupsAdrian Bunk14-228/+56
2005-01-07[PATCH] ext3: use generic_open_file to fix possible preemption bugsPaolo \'Blaisorblade\' Giarrusso1-15/+1
2005-01-07[PATCH] Lock initializer unifying: FilesystemsThomas Gleixner6-7/+7
2005-01-07[PATCH] vmtrunc: truncate_count not atomicHugh Dickins1-1/+0
2005-01-07[PATCH] sched: fix scheduling latencies for !PREEMPT kernelsIngo Molnar3-0/+3
2005-01-07[PATCH] sched: vfs: fix scheduling latencies in prune_dcache() and select_par...Ingo Molnar1-1/+20
2005-01-07[PATCH] break latency in invalidate_list()Ingo Molnar1-0/+8
2005-01-07[PATCH] sched: ext3: fix scheduling latencies in ext3Ingo Molnar7-8/+38
2005-01-07[PATCH] don't hide thread_group_leader() from grepOleg Nesterov2-4/+4
2005-01-07[PATCH] nfsd4_setclientid_confirm locking fixNeil Brown1-2/+1
2005-01-07[PATCH] ext3 htree telldir() fixTheodore Y. Ts'o1-2/+6
2005-01-07[PATCH] readdir: return value missed in getdents64Prasanna Meda1-1/+2
2005-01-07[PATCH] prohibit slash in proc directory entry namesNathan Lynch1-0/+5
2005-01-07Merge small pipe writes into the write buffersLinus Torvalds1-0/+22
2005-01-07[PATCH] fix double iget in romfs_fill_superChristoph Hellwig1-2/+1
2005-01-06Fix do_brk() locking in library loaderLinus Torvalds2-1/+6
2005-01-06mergeGreg Kroah-Hartman8-6/+638
2005-01-06Make pipe data structure be a circular list of pages, rather thanLinus Torvalds1-43/+87
2005-01-05Use 'free_pipe_info()' helper function for pipe closedown.Linus Torvalds2-13/+12
2005-01-05Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse26-192/+401
2005-01-04Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse26-192/+401
2005-01-04[PATCH] invalidate_inodes speedupWilliam Lee Irwin III3-29/+21
2005-01-04[PATCH] knfsd: clear the recall_lru of delegations at shutdownNeil Brown1-0/+10
2005-01-04[PATCH] knfsd: add to the laundromat service for delegations.Neil Brown1-4/+23
2005-01-04[PATCH] knfsd: add the DELEGRETURN operation.Neil Brown3-0/+36
2005-01-04[PATCH] knfsd: add checking of delegation stateids to nfs4_preprocess_stateid...Neil Brown1-24/+38
2005-01-04[PATCH] knfsd: check for openmode violations given a delegation stateid.Neil Brown1-0/+14
2005-01-04[PATCH] knfsd: remove unnecessary stateowner existence check.Neil Brown1-17/+19
2005-01-04[PATCH] knfsd: attempt to hand out a delegationNeil Brown1-0/+59
2005-01-04[PATCH] knfsd: helper functions for deciding to grant a delegation.Neil Brown1-0/+37
2005-01-04[PATCH] knfsd: kernel thread for delegation callbackNeil Brown1-0/+96
2005-01-04[PATCH] knfsd: delegation recall callback rpc.Neil Brown1-1/+315
2005-01-04[PATCH] knfsd: delay nfsd_colse for delegations until reapingNeil Brown1-3/+18
2005-01-04[PATCH] knfsd: changes to expire_clientNeil Brown1-1/+22
2005-01-04[PATCH] knfsd: add the delegation release and free functionsNeil Brown1-0/+63
2005-01-04[PATCH] knfsd: find a delegation for a file given a stateid.Neil Brown1-0/+27
2005-01-04[PATCH] knfsd: allocate and initialize the delegation structure.Neil Brown1-2/+56
2005-01-04[PATCH] knfsd: get rid of the special delegation_stateid_t, use the existing ...Neil Brown1-6/+6
2005-01-04[PATCH] knfsd: check for existence of file_lock parameter inside of the kerne...Neil Brown1-5/+3
2005-01-04[PATCH] knfsd: probe the callback path upon a successful setclientid_confirmNeil Brown1-1/+5
2005-01-04[PATCH] knfsd: preparation for delegation: client callback probeNeil Brown2-1/+270
2005-01-04[PATCH] knfsd: count the nfs4_client structure usageNeil Brown1-2/+12
2005-01-04[PATCH] knfsd: check the callback netid in gen_callback.Neil Brown1-7/+14
2005-01-04[PATCH] knfsd: move nfserr_openmode checking from nfsd_read/write into nfs4_p...Neil Brown2-43/+39
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: trivial cleanupNeil Brown1-12/+3
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: fix dropit returnNeil Brown1-0/+2
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: simplify control flowNeil Brown1-21/+20
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: simplify error handlingNeil Brown1-11/+12
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: move rdattr_error code to new functionNeil Brown1-11/+20
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: simplify nfs4_encode_dirent_fattrNeil Brown1-7/+4
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: more readdir attribute encoding to new f...Neil Brown1-32/+41
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: superfluous local variablesNeil Brown1-10/+3
2005-01-04[PATCH] knfsd: nfsd4: encode_dirent: superfluous assignmentNeil Brown1-2/+1
2005-01-04[PATCH] knfsd: nfsd4 encode_dirent cleanupNeil Brown1-59/+47
2005-01-04[PATCH] knfsd: nfsd4: use the fsid export option when returning the fsid attr...Neil Brown1-5/+10
2005-01-04[PATCH] knfsd: nfsd4: fix fileid in readdir responsesNeil Brown1-3/+1
2005-01-04[PATCH] knfsd: nfsd4: fix open_downgrade decode error.Neil Brown1-1/+1
2005-01-04[PATCH] knfsd: nfsd_translate_wouldblocksNeil Brown2-1/+4
2005-01-04[PATCH] move group_exit flag into signal_struct.flags wordRoland McGrath1-4/+3
2005-01-04[PATCH] prio_tree: generalizationWerner Almesberger1-1/+1
2005-01-04[PATCH] udf: fix reservation discardingChristoph Hellwig3-26/+6
2005-01-04[PATCH] udf: simplify udf_iget, fix raceChristoph Hellwig2-70/+15
2005-01-04[PATCH] __getblk_slow can loop forever when pages are partially mappedChris Mason1-13/+23
2005-01-04[PATCH] Ext[23]: apply umask to symlinks with ACLs configured outAndreas Gruenbacher2-2/+0
2005-01-04[PATCH] get_blkdev_list() cleanupAndrew Morton1-1/+0
2005-01-04[PATCH] smb_file_open() retval fixTvrtko A. Ursulin1-1/+1
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen91-179/+199
2005-01-04[PATCH] ext3: support for EA in inodeAlex Tomas4-38/+619
2005-01-04[PATCH] Reduce i_sem usage during file sync operationsAndrew Morton1-5/+9
2005-01-04[PATCH] fork: total_forks not counted under tasklist_lockPrasanna Meda1-1/+0
2005-01-04[PATCH] ext3: handle attempted double-delete of metadata.Stephen C. Tweedie1-1/+6
2005-01-04[PATCH] ext3: handle attempted delete of bitmap blocks.Stephen C. Tweedie2-5/+13
2005-01-04[PATCH] ext3: cleanup handling of aborted transactions.Stephen C. Tweedie1-4/+9
2005-01-04[PATCH] Hold BKL for shorter period in generic_shutdown_super().Robin Holt1-1/+1
2005-01-04[PATCH] 4/4GB: Incorrect bound check in do_getname()Kirill Korotaev1-5/+6
2005-01-04[PATCH] enhanced Memory accounting data collectionJay Lan1-0/+3
2005-01-04[PATCH] enhanced I/O accounting data patchJay Lan1-2/+21
2005-01-04[PATCH] Permit nommu MAP_SHARED of memory backed filesDavid Howells1-1/+1
2005-01-04[PATCH] Further nommu /proc changesDavid Howells2-41/+38
2005-01-04[PATCH] Fix some ELF-FDPIC binfmt problemsDavid Howells1-6/+14
2005-01-04[PATCH] FRV: Add FDPIC ELF binary format driverDavid Howells3-0/+1107
2005-01-04[PATCH] FRV: change setup_arg_pages() to take stack pointerDavid Howells4-8/+10
2005-01-04[PATCH] FRV: procfs changes for nommu changesDavid Howells9-106/+350
2005-01-04[PATCH] GP-REL data supportDavid Howells1-1/+0
2005-01-03Merge bk://nfsclient.bkbits.net/linux-2.6Linus Torvalds1-1/+3
2005-01-05Merge bk://nfsclient.bkbits.net/linux-2.6Trond Myklebust13-504/+662
2005-01-04 Subject: [PATCH] NFS: incorrect "df" resultsTrond Myklebust1-1/+15
2005-01-04NFS: Ensure ACCESS caches are invalidated together with the attributeTrond Myklebust2-20/+10
2005-01-04 Subject: [PATCH] NFS: use attribute timeout instead of "noac" mount optionTrond Myklebust1-1/+1
2005-01-04 Subject: [PATCH] NFS: Direct reads and writes need to flush dirty cache pagesTrond Myklebust1-0/+4
2005-01-04 Subject: [PATCH] NFS: Use parallel read operations to do direct read requestsTrond Myklebust2-70/+282
2005-01-04 Subject: [PATCH] NFS: Direct read path allocates nfs_read_data on the stackTrond Myklebust2-50/+34
2005-01-04 Subject: [PATCH] NFS: Direct write path allocates nfs_write_data on the stackTrond Myklebust2-74/+40
2005-01-04 Subject: [PATCH] NFS: better handling of short writes in direct write pathTrond Myklebust1-1/+6
2005-01-04 Subject: [PATCH] NFS: Use sizeof() instead of C macroTrond Myklebust1-6/+5
2005-01-04 Subject: [PATCH] NFS: report return code on GETATTR and SETATTRTrond Myklebust2-9/+9
2005-01-04 Subject: [PATCH] NFS: short write warningTrond Myklebust1-1/+2
2005-01-04 NFS: Fix dentry refcount accounting error which causes unnecessaryTrond Myklebust1-4/+2
2005-01-04 NFS: when we mount with the "nolock" flag we need to use local locking.Trond Myklebust2-29/+44
2005-01-04 VFS: Remove LOCK_USE_CLNT. It should no longer be necessary.Trond Myklebust1-6/+0
2005-01-04 VFS: Avoid dentry aliasing problems in filesystems like NFS, whereTrond Myklebust2-16/+73
2005-01-04NFSv2/v3/v4: ESTALE should not be a permanent condition on directories.Trond Myklebust1-7/+7
2005-01-04 Subject: [PATCH] NFS: Sync NFS writes still use kmallocTrond Myklebust1-4/+2
2005-01-04NFSv4: Convert the NFSv4 close and open_downgrade operations to useTrond Myklebust2-99/+82
2005-01-04NFSv4: setattr, close and open_downgrade should use the state_owner'sTrond Myklebust1-0/+4
2005-01-04NFSv4: Make nfs4_do_open() take a dentry argument.Trond Myklebust1-8/+8
2005-01-04NFS: Change rpc_ops->create() to take a dentry argument rather than aTrond Myklebust4-18/+12
2005-01-04NFS: The fact that readdirplus calls now create dentries from within readdirTrond Myklebust1-106/+6
2005-01-04NFS: Make readdirplus create dentries on the fly when we're runningTrond Myklebust1-18/+59
2005-01-04RPC: Convert rpciod into a work queue for greater flexibility.Trond Myklebust1-2/+1
2005-01-03[PATCH] NFS client O_DIRECT error case fixBill Rugolsky1-1/+3
2005-01-03Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp7-66/+86
2005-01-03[PATCH] hostfs: uml: add some other pagecache methodsPaolo \'Blaisorblade\' Giarrusso1-0/+5
2005-01-03[PATCH] hostfs: uml: set .sendfile to generic_file_sendfilePaolo \'Blaisorblade\' Giarrusso1-0/+1
2005-01-03[PATCH] filesystem hashes: NUMA interleavingBrent Casavant2-0/+50
2005-01-03[PATCH] alloc_large_system_hash: NUMA interleavingBrent Casavant2-4/+6
2005-01-03[PATCH] mm: overcommit updatesAndries E. Brouwer1-8/+11
2005-01-03[PATCH] Allow disabling quota messages to consoleJan Kara1-0/+14
2005-01-03[PATCH] Fix of quota deadlock on pagelock: reiserfsJan Kara4-58/+477
2005-01-03[PATCH] Fix of quota deadlock on pagelock: ext3Jan Kara2-32/+133
2005-01-03[PATCH] Fix of quota deadlock on pagelock: ext2Jan Kara3-1/+116
2005-01-03[PATCH] quota umount race fixJan Kara1-12/+33
2005-01-03[PATCH] Fix of quota deadlock on pagelock: quota coreJan Kara4-260/+237
2005-01-03[PATCH] Fix reiserfs quota debug messagesJan Kara2-11/+11
2005-01-03[PATCH] Expose reiserfs_sync_fs()Jan Kara1-2/+4
2004-12-31[PATCH] convert Linux to 4-level page tablesAndi Kleen1-1/+5
2004-12-28JFS: delete unused fileDomen Puncer1-51/+0
2004-12-28[PATCH] affs headers cleanupAlexander Viro9-107/+313
2004-12-28Merge bk://linux.bkbits.net/linux-2.5Dave Kleikamp6-15/+86
2004-12-23[PATCH] reiserfs bug fix: add missing pair of lock_kernel()/unlock_kernel()Vladimir Saveliev1-0/+2
2004-12-21Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman8-6/+638
2004-12-21debugfs: add /sys/kernel/debug mount point for people to mount debugfs on.Greg Kroah-Hartman1-1/+14
2004-12-21JFFS2: Fix list corruption and memory leak on write retry.Per Hedblom1-2/+2
2004-12-21JFFS2: Fix freeing of block table on mount failure.David Marlin1-2/+6
2004-12-20[PATCH] sysfs: add mmap support to struct bin_attribute filesJesse Barnes1-2/+25
2004-12-19Merge bk://linux.bkbits.net/linux-2.5Nathan Scott8-80/+113
2004-12-16[PATCH] sysfs: Allocate sysfs_dirent structures from their own slab.Chris Wright3-4/+18
2004-12-15debugfs: add debugfsGreg Kroah-Hartman4-0/+582
2004-12-15Error mapping workaround for NT4 bug of reporting oldstyle DOS error for ERR ...Steve French4-9/+14
2004-12-15[CIFS] Fix path based calls to consistently allow up to PATH_MAX (some wereSteve French3-63/+67
2004-12-15Merge sgi.com:/source2/linux-2.6 into sgi.com:/source2/xfs-linux-2.6Nathan Scott30-193/+294
2004-12-14return the right return code on failed ExtendedSecurity mount to SPNEGO enabledSteve French5-10/+34
2004-12-14[XFS] Mark several functions as being static.Nathan Scott2-3/+3
2004-12-14[XFS] Low memory allocation improvements (quietness and blockdevNathan Scott3-14/+18