summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields27-61/+2
2009-12-15nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields5-0/+213
2009-12-15nfsd: make V4ROOT exports read-onlyJ. Bruce Fields1-4/+11
2009-12-15nfsd: restrict filehandles accepted in V4ROOT caseSteve Dickson3-6/+39
2009-12-15nfsd: allow exports of symlinksJ. Bruce Fields1-2/+4
2009-12-15nfsd: filter readdir results in V4ROOT caseJ. Bruce Fields3-4/+9
2009-12-15nfsd: filter lookup results in V4ROOT caseJ. Bruce Fields1-1/+14
2009-12-15nfsd4: don't continue "under" mounts in V4ROOT caseJ. Bruce Fields1-2/+10
2009-12-15nfsd: introduce export flag for v4 pseudorootSteve Dickson1-0/+1
2009-12-14nfsd: let "insecure" flag vary by pseudoflavorJ. Bruce Fields1-1/+3
2009-12-14nfsd: new interface to advertise export featuresJ. Bruce Fields1-0/+21
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh26-40/+1963
2009-12-14vfs: nfsctl.c un-used nfsd #includesBoaz Harrosh1-2/+0
2009-12-14lockd: Remove un-used nfsd headers #includesBoaz Harrosh2-8/+0
2009-12-14compat.c: Remove dependence on nfsd private headersBoaz Harrosh1-2/+0
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh22-237/+2
2009-12-14nfsd4: fix share mode permissionsJ. Bruce Fields1-1/+1
2009-11-25nfsd: simplify fh_verify access checksJ. Bruce Fields1-29/+21
2009-11-23Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields59-252/+549
2009-11-19Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2009-11-17fcntl: rename F_OWNER_GID to F_OWNER_PGRPPeter Zijlstra1-2/+2
2009-11-17procfs: fix /proc/<pid>/stat stack pointer for kernel threadsStefani Seibold1-1/+1
2009-11-17Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2-5/+22
2009-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds1-1/+1
2009-11-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds3-4/+5
2009-11-17xfs: copy li_lsn before dropping AIL lockNathaniel W. Turner1-3/+20
2009-11-17XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski1-2/+2
2009-11-16cifs: clear server inode number flag while autodisablingSuresh Jayaraman1-1/+1
2009-11-15nilfs2: deleted inconsistent comment in nilfs_load_inode_block()Jiro SEKIBA1-1/+0
2009-11-14Fix memory corruption caused by nfsd readdir+Petr Vandrovec1-1/+1
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields13-0/+110
2009-11-13nilfs2: fix lock order reversal in chcp operationRyusuke Konishi2-3/+5
2009-11-12__generic_block_fiemap(): fix for files bigger than 4GBMike Hommey1-1/+1
2009-11-12exec: setup_arg_pages() fails to return errorsAnton Blanchard1-5/+3
2009-11-12fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctlHeiko Carstens1-2/+2
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu1-2/+1
2009-11-12fs/jbd: Export log_start_commit to fix ext3 build.Stefan Schmidt1-0/+1
2009-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds6-50/+183
2009-11-11Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik1-0/+10
2009-11-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-21/+57
2009-11-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds4-32/+45
2009-11-11Btrfs: allow more metadata chunk preallocationChris Mason1-2/+2
2009-11-11Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik1-8/+23
2009-11-11Btrfs: find ideal block group for cachingJosef Bacik1-23/+86
2009-11-11Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter1-1/+1
2009-11-11Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootLi Dongyang1-2/+0
2009-11-11Btrfs: fix some metadata enospc issuesJosef Bacik1-5/+31
2009-11-11Btrfs: fix how we set max_size for free space clustersJosef Bacik1-1/+1
2009-11-11Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik1-6/+13
2009-11-11Btrfs: fix data allocation hint startJosef Bacik1-2/+16