summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2010-08-27nfs: Add "lookupcache" to displayed mount optionsPatrick J. LoPresti1-0/+7
2010-08-27Fix the nested PR lock calling issue in ACLJiaju Zhang1-3/+21
2010-08-27nilfs2: fix list corruption after ifile creation failureRyusuke Konishi1-1/+3
2010-08-27ocfs2/dlm: remove potential deadlock -V3Wengang Wang1-4/+0
2010-08-27ocfs2/dlm: avoid incorrect bit set in refmap on recovery masterWengang Wang2-25/+31
2010-08-27ocfs2: Count more refcount records in file system fragmentation.Tao Ma1-5/+15
2010-08-27ocfs2 fix o2dlm dlm run purgelist (rev 3)Srinivas Eeda1-46/+34
2010-08-27ocfs2/dlm: fix a dead lockWengang Wang1-3/+2
2010-08-27ocfs2: do not overwrite error codes in ocfs2_init_aclTiger Yang1-2/+7
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds1-1/+7
2010-08-14jfs: don't allow os2 xattr namespace overlap with othersDave Kleikamp1-49/+38
2010-08-14signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch1-0/+2
2010-08-14fs/ecryptfs/file.c: introduce missing freeJulia Lawall1-2/+2
2010-08-14ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo1-2/+3
2010-08-14eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks1-21/+35
2010-08-14blkdev: cgroup whitelist permission fixChris Wright1-4/+6
2010-08-14splice: fix misuse of SPLICE_F_NONBLOCKMiklos Szeredi1-11/+1
2010-08-10GFS2: rename causes kernel OopsBob Peterson1-1/+1
2010-08-10NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust1-5/+0
2010-08-10NFS: kswapd must not block in nfs_release_pageTrond Myklebust2-4/+13
2010-08-02ocfs2: make xattr extension work with new local alloc reservation.Tao Ma1-33/+49
2010-08-02ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues1-8/+9
2010-08-02xfs: prevent swapext from operating on write-only filesDan Rosenberg1-1/+4
2010-08-02splice: check f_mode for seekable fileChangli Gao1-4/+2
2010-08-02splice: direct_splice_actor() should not use pos in sdChangli Gao1-1/+2
2010-08-02sysvfs: fix NULL deref. when allocating new inodeLubomir Rintel1-1/+5
2010-08-02ocfs2: When zero extending, do it by page.Joel Becker2-64/+84
2010-08-02ocfs2: No need to zero pages past i_size.Joel Becker1-4/+18
2010-08-02Btrfs: fix checks in BTRFS_IOC_CLONE_RANGEDan Rosenberg1-2/+2
2010-08-02NFSv4: Ensure that /proc/self/mountinfo displays the minor version numberTrond Myklebust1-4/+18
2010-08-02NFSv4: Fix an embarassing typo in encode_attrs()Trond Myklebust1-2/+2
2010-08-02CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells3-5/+74
2010-08-02cifs: don't attempt busy-file rename unless it's in same directoryJeff Layton1-0/+4
2010-08-02cifs: remove bogus first_time check in NTLMv2 session setup codeJeff Layton1-9/+1
2010-07-05NFS: Fix another nfs_wb_page() deadlockTrond Myklebust1-2/+5
2010-07-05NFS: Ensure that we mark the inode as dirty if we exit early from commitTrond Myklebust1-2/+11
2010-07-05Btrfs: should add a permission check for setfaclShi Weihua1-0/+3
2010-07-05CIFS: Allow null nd (as nfs server uses) on createSteve French3-14/+23
2010-07-05GFS2: Fix permissions checking for setflags ioctl()Steven Whitehouse1-0/+7
2010-07-05ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only filesTheodore Ts'o1-0/+3
2010-07-05ext4: check s_log_groups_per_flex in online resize codeEric Sandeen1-1/+2
2010-07-05nfsd: nfsd_setattr needs to call commit_metadataChristoph Hellwig1-2/+1
2010-07-05wrong type for 'magic' argument in simple_fill_super()Roberto Sassu1-1/+2
2010-07-05fs/compat_rw_copy_check_uvector: add missing compat_ptr callHeiko Carstens1-1/+1
2010-07-05compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer1-53/+77
2010-07-05aio: fix the compat vectored operationsJeff Moyer2-25/+42
2010-07-05exofs: confusion between kmap() and kmap_atomic() apiDan Carpenter1-1/+1
2010-07-05clean DCACHE_CANT_MOUNT in d_delete()Al Viro1-0/+1
2010-07-05writeback: disable periodic old data writeback for !dirty_writeback_centisecsJens Axboe1-2/+12
2010-07-05nfsd: don't break lease while servicing a COMMITJeff Layton2-3/+6