summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nfsd: remove pointless paths in file headersJ. Bruce Fields2009-12-1527-61/+2Star
* nfsd: move most of nfsfh.h to fs/nfsdJ. Bruce Fields2009-12-155-0/+213
* nfsd: make V4ROOT exports read-onlyJ. Bruce Fields2009-12-151-4/+11
* nfsd: restrict filehandles accepted in V4ROOT caseSteve Dickson2009-12-153-6/+39
* nfsd: allow exports of symlinksJ. Bruce Fields2009-12-151-2/+4
* nfsd: filter readdir results in V4ROOT caseJ. Bruce Fields2009-12-153-4/+9
* nfsd: filter lookup results in V4ROOT caseJ. Bruce Fields2009-12-151-1/+14
* nfsd4: don't continue "under" mounts in V4ROOT caseJ. Bruce Fields2009-12-151-2/+10
* nfsd: introduce export flag for v4 pseudorootSteve Dickson2009-12-151-0/+1
* nfsd: let "insecure" flag vary by pseudoflavorJ. Bruce Fields2009-12-151-1/+3
* nfsd: new interface to advertise export featuresJ. Bruce Fields2009-12-151-0/+21
* nfsd: Move private headers to source directoryBoaz Harrosh2009-12-1526-40/+1963
* vfs: nfsctl.c un-used nfsd #includesBoaz Harrosh2009-12-151-2/+0Star
* lockd: Remove un-used nfsd headers #includesBoaz Harrosh2009-12-152-8/+0Star
* compat.c: Remove dependence on nfsd private headersBoaz Harrosh2009-12-151-2/+0Star
* nfsd: Source files #include cleanupsBoaz Harrosh2009-12-1522-237/+2Star
* nfsd4: fix share mode permissionsJ. Bruce Fields2009-12-151-1/+1
* nfsd: simplify fh_verify access checksJ. Bruce Fields2009-11-251-29/+21Star
* Merge commit 'v2.6.32-rc8' into HEADJ. Bruce Fields2009-11-2359-252/+549
|\
| * Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2009-11-191-1/+1
| |\
| | * NFSv4: Fix a cache validation bug which causes getcwd() to return ENOENTTrond Myklebust2009-11-111-1/+1
| * | fcntl: rename F_OWNER_GID to F_OWNER_PGRPPeter Zijlstra2009-11-181-2/+2
| * | procfs: fix /proc/<pid>/stat stack pointer for kernel threadsStefani Seibold2009-11-181-1/+1
| * | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-11-172-5/+22
| |\ \
| | * | xfs: copy li_lsn before dropping AIL lockNathaniel W. Turner2009-11-171-3/+20
| | * | XFS bug in log recover with quota (bugzilla id 855)Jan Rekorajski2009-11-171-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-11-171-1/+1
| |\ \ \
| | * | | cifs: clear server inode number flag while autodisablingSuresh Jayaraman2009-11-161-1/+1
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-11-173-4/+5
| |\ \ \ | | |_|/ | |/| |
| | * | nilfs2: deleted inconsistent comment in nilfs_load_inode_block()Jiro SEKIBA2009-11-151-1/+0Star
| | * | nilfs2: fix lock order reversal in chcp operationRyusuke Konishi2009-11-132-3/+5
| * | | Fix memory corruption caused by nfsd readdir+Petr Vandrovec2009-11-141-1/+1
| |/ /
| * | __generic_block_fiemap(): fix for files bigger than 4GBMike Hommey2009-11-121-1/+1
| * | exec: setup_arg_pages() fails to return errorsAnton Blanchard2009-11-121-5/+3Star
| * | fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctlHeiko Carstens2009-11-121-2/+2
| * | pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu2009-11-121-2/+1Star
| * | fs/jbd: Export log_start_commit to fix ext3 build.Stefan Schmidt2009-11-121-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-11-116-50/+183
| |\ \
| | * | Btrfs: fix panic when trying to destroy a newly allocatedJosef Bacik2009-11-111-0/+10
| | * | Btrfs: allow more metadata chunk preallocationChris Mason2009-11-111-2/+2
| | * | Btrfs: fallback on uncompressed io if compressed io failsJosef Bacik2009-11-111-8/+23
| | * | Btrfs: find ideal block group for cachingJosef Bacik2009-11-111-23/+86
| | * | Btrfs: avoid null deref in unpin_extent_cache()Dan Carpenter2009-11-111-1/+1
| | * | Btrfs: skip btrfs_release_path in btrfs_update_root and btrfs_del_rootLi Dongyang2009-11-111-2/+0Star
| | * | Btrfs: fix some metadata enospc issuesJosef Bacik2009-11-111-5/+31
| | * | Btrfs: fix how we set max_size for free space clustersJosef Bacik2009-11-111-1/+1
| | * | Btrfs: cleanup transaction starting and fix journal_info usageJosef Bacik2009-11-111-6/+13
| | * | Btrfs: fix data allocation hint startJosef Bacik2009-11-111-2/+16
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-11-115-21/+57
| |\ \ \
| | * | | JBD/JBD2: free j_wbuf if journal init fails.Tao Ma2009-11-112-0/+4