summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-06-08nfsd4: shut down callback queue outside state lockJ. Bruce Fields1-1/+1
2010-05-18Revert "nfsd4: distinguish expired from stale stateids"J. Bruce Fields1-45/+11
2010-05-18nfsd: safer initialization order in find_file()Pavel Emelyanov1-3/+3
2010-05-18nfs4: minor callback code simplification, commentJ. Bruce Fields1-2/+8
2010-05-14NFSD: don't report compiled-out versions as presentPavel Emelyanov1-1/+1
2010-05-13nfsd4: implement reclaim_completeJ. Bruce Fields4-4/+52
2010-05-13nfsd4: nfsd4_destroy_session must set callback client under the state lockBenny Halevy2-0/+3
2010-05-13nfsd4: keep a reference count on client while in useBenny Halevy3-4/+27
2010-05-13nfsd4: mark_client_expiredBenny Halevy2-1/+23
2010-05-13nfsd4: introduce nfs4_client.cl_refcountBenny Halevy2-1/+5
2010-05-11nfsd4: refactor expire_clientBenny Halevy1-11/+18
2010-05-11nfsd4: extend the client_lock to cover cl_lruBenny Halevy1-15/+26
2010-05-11nfsd4: use list_move in move_to_confirmedBenny Halevy1-2/+1
2010-05-11nfsd4: fold release_session into expire_clientBenny Halevy1-10/+4
2010-05-11nfsd4: rename sessionid_lock to client_lockBenny Halevy1-12/+14
2010-05-07nfsd4: fix bare destroy_session null dereferenceJ. Bruce Fields1-2/+8
2010-05-04Merge commit 'v2.6.34-rc6'J. Bruce Fields503-3351/+31685
2010-05-04nfsd4: use local variable in nfs4svc_encode_compoundresBenny Halevy1-2/+2
2010-05-03nfsd4: fix unlikely race in session replay caseJ. Bruce Fields3-8/+10
2010-04-29Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds6-9/+120
2010-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner6-9/+120
2010-04-29exofs: Fix "add bdi backing to mount session" fall outBoaz Harrosh1-1/+1
2010-04-29fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCKJens Axboe1-0/+1
2010-04-29Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds5-22/+45
2010-04-29pktcdvd: improve BKL and compat_ioctl.c usageArnd Bergmann1-3/+0
2010-04-29exofs: Fix "add bdi backing to mount session" fall outBoaz Harrosh1-1/+1
2010-04-28nfs d_revalidate() is too trigger-happy with d_drop()Al Viro1-0/+2
2010-04-28nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4Xiaotian Feng1-0/+1
2010-04-28nfs: fix some issues in nfs41_proc_reclaim_complete()Dan Carpenter1-1/+4
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds19-16/+90
2010-04-27Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+4
2010-04-27procfs: fix tid fdinfoJerome Marchand1-1/+1
2010-04-27NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clearTrond Myklebust1-15/+4
2010-04-27Remove redundant check for CONFIG_MMUChristoph Egger1-7/+0
2010-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linusLinus Torvalds3-5/+7
2010-04-26nfsd4: bug in read_bufNeil Brown1-4/+4
2010-04-26xfs: more swap extent fixes for dynamic fork offsetsDave Chinner1-6/+16
2010-04-26btrfs: convert to using bdi_setup_and_register()Jens Axboe1-11/+1
2010-04-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds3-11/+14
2010-04-25Catch filesystems lacking s_bdiJörn Engel2-4/+7
2010-04-25squashfs: fix potential buffer over-run on 4K block file systemsPhillip Lougher1-3/+2
2010-04-25squashfs: add missing buffer freePhillip Lougher1-0/+1
2010-04-25squashfs: fix warn_on when root inode is corruptedPhillip Lougher1-1/+2
2010-04-24fs/block_dev.c: fix performance regression in O_DIRECT|O_SYNC writes to block...Anton Blanchard1-5/+12
2010-04-24reiserfs: fix corruption during shrinking of xattrsJeff Mahoney1-1/+1
2010-04-24reiserfs: fix permissions on .reiserfs_privJeff Mahoney2-15/+4
2010-04-23Cleanup generic block based fiemapJosef Bacik1-39/+53
2010-04-23squashfs: fix locking bug in zlib wrapperPhillip Lougher1-1/+2
2010-04-22NFS: Fix an unstable write data integrity raceTrond Myklebust1-4/+32