aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-4/+15
2014-07-20Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 6-62/+343
2014-07-19btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceGravatar Eric Sandeen 1-4/+4
2014-07-19Btrfs: fix abnormal long waiting in fsyncGravatar Liu Bo 1-0/+11
2014-07-18Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve...Gravatar Linus Torvalds 5-13/+17
2014-07-18Merge tag 'xfs-for-linus-3.16-rc5' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 7-72/+106
2014-07-18GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixesGravatar Fabian Frederick 1-2/+2
2014-07-18GFS2: memcontrol: Spelling s/invlidate/invalidate/Gravatar Geert Uytterhoeven 1-2/+2
2014-07-18GFS2: Allow caching of glocks for flockGravatar Bob Peterson 1-1/+1
2014-07-18GFS2: Allow flocks to use normal glock dq rather than dq_waitGravatar Bob Peterson 2-4/+2
2014-07-18GFS2: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-2/+2
2014-07-18GFS2: Use GFP_NOFS when allocating glocksGravatar Steven Whitehouse 1-2/+2
2014-07-18GFS2: Fix race in glock lru glock disposalGravatar Steven Whitehouse 1-3/+7
2014-07-18GFS2: Only wait for demote when last holder is dequeuedGravatar Bob Peterson 1-1/+3
2014-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+2
2014-07-15quota: missing lock in dqcache_shrink_scan()Gravatar Niu Yawei 1-0/+2
2014-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 4-53/+69
2014-07-15xfs: null unused quota inodes when quota is onGravatar Dave Chinner 1-4/+21
2014-07-15xfs: refine the allocation stack switchGravatar Dave Chinner 6-62/+90
2014-07-15Revert "xfs: block allocation work needs to be kswapd aware"Gravatar Dave Chinner 2-20/+9
2014-07-14aio: protect reqs_available updates from changes in interrupt handlersGravatar Benjamin LaHaise 1-0/+7
2014-07-14fuse: replace count*size kzalloc by kcallocGravatar Fabian Frederick 1-2/+2
2014-07-14fuse: release temporary page if fuse_writepage_locked() failedGravatar Maxim Patlasov 1-1/+3
2014-07-13Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-45/+44
2014-07-13NFS: Don't reset pg_moreio in __nfs_pageio_add_requestGravatar Trond Myklebust 1-1/+1
2014-07-12NFS: Remove 2 unused variablesGravatar Trond Myklebust 2-4/+0
2014-07-12nfs: handle multiple reqs in nfs_wb_page_cancelGravatar Weston Andros Adamson 1-20/+21
2014-07-12nfs: handle multiple reqs in nfs_page_async_flushGravatar Weston Andros Adamson 3-25/+235
2014-07-12nfs: change find_request to find_head_requestGravatar Weston Andros Adamson 1-9/+24
2014-07-12nfs: nfs_page should take a ref on the head reqGravatar Weston Andros Adamson 1-0/+10
2014-07-12nfs: mark nfs_page reqs with flag for extra refGravatar Weston Andros Adamson 2-3/+9
2014-07-12ext4: fix potential null pointer dereference in ext4_free_inodeGravatar Namjae Jeon 1-1/+1
2014-07-12ext4: fix a potential deadlock in __ext4_es_shrink()Gravatar Theodore Ts'o 1-2/+2
2014-07-11Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2014-07-11ext4: revert commit which was causing fs corruption after journal replaysGravatar Theodore Ts'o 1-27/+24
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+30
2014-07-10fuse: restructure ->rename2()Gravatar Miklos Szeredi 1-14/+20
2014-07-09Merge tag 'f2fs-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-27/+41
2014-07-09f2fs: avoid to access NULL pointer in issue_flush_threadGravatar Chao Yu 1-1/+2
2014-07-09f2fs: check bdi->dirty_exceeded when trying to skip data writesGravatar Jaegeuk Kim 1-0/+2
2014-07-09f2fs: do checkpoint for the renamed inodeGravatar Jaegeuk Kim 1-6/+4
2014-07-09f2fs: release new entry page correctly in error path of f2fs_renameGravatar Chao Yu 1-1/+2
2014-07-09f2fs: fix error path in init_inode_metadataGravatar Chao Yu 1-1/+1
2014-07-09f2fs: check lower bound nid value in check_nid_rangeGravatar Chao Yu 3-4/+4
2014-07-09f2fs: remove unused variables in f2fs_sm_infoGravatar Chao Yu 2-5/+0
2014-07-08nfs: only show Posix ACLs in listxattr if actually presentGravatar Christoph Hellwig 2-2/+45
2014-07-07nfsd: Fix bad reserving space for encoding rdattr_errorGravatar Kinglong Mee 1-1/+1
2014-07-07fuse: avoid scheduling while atomicGravatar Miklos Szeredi 1-28/+23
2014-07-07fuse: handle large user and group IDGravatar Miklos Szeredi 1-4/+16
2014-07-07fuse: inode: drop castGravatar Himangi Saraogi 1-1/+1