summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Restore direct_io / truncate locking APIAnton Altaparmakov1-2/+2
2012-02-24Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds5-23/+25
2012-02-22Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-76/+61
2012-02-22sys_poll: fix incorrect type for 'timeout' parameterLinus Torvalds1-1/+1
2012-02-21xfs: make inode quota check more generalMitsuo Hayasaka1-2/+4
2012-02-21xfs: change available ranges of softlimit and hardlimit in quota checkMitsuo Hayasaka4-19/+19
2012-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-44/+82
2012-02-18NFSv4: fix server_scope memory leakWeston Andros Adamson1-6/+9
2012-02-18NFSv4.1: Fix a NFSv4.1 session initialisation regressionTrond Myklebust1-65/+42
2012-02-17ecryptfs: remove the second argument of k[un]map_atomic()Cong Wang2-4/+4
2012-02-17eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-17eCryptfs: Improve statfs reportingTyler Hicks4-14/+83
2012-02-14Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+6
2012-02-14ocfs2: deal with wraparounds of i_nlink in ocfs2_rename()Al Viro1-1/+1
2012-02-14vfs: fix compat_sys_stat() handling of overflows in st_nlinkAl Viro1-31/+25
2012-02-14quota: Fix deadlock with suspend and quotasJan Kara1-3/+21
2012-02-14vfs: Provide function to get superblock and wait for it to thawJan Kara1-0/+22
2012-02-14vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich2-8/+8
2012-02-14autofs4 - fix lockdep splat in autofsSteven Rostedt1-0/+2
2012-02-14vfs: fix d_inode_lookup() dentry ref leakMiklos Szeredi1-1/+3
2012-02-14XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl1-2/+2
2012-02-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds7-283/+142
2012-02-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+4
2012-02-10xfs: use a normal shrinker for the dquot freelistChristoph Hellwig6-282/+141
2012-02-10Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+8
2012-02-10NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust1-0/+2
2012-02-09nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments()Xi Wang1-0/+2
2012-02-09bio: don't overflow in bio_get_nr_vecs()Kent Overstreet1-7/+3
2012-02-08cifs: don't return error from standard_receive3 after marking response malformedJeff Layton1-3/+4
2012-02-08cifs: request oplock when doing open on lookupJeff Layton1-1/+1
2012-02-08cifs: fix error handling when cifscreds key payload is an errorJeff Layton1-1/+1
2012-02-08Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-14/+15
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-02-07exec: fix use-after-free bug in setup_new_exec()Heiko Carstens1-16/+17
2012-02-04Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3Linus Torvalds1-1/+1
2012-02-04NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2-5/+8
2012-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-10/+19
2012-02-03cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar1-4/+3
2012-02-03Fix race in process_vm_rw_coreChristopher Yeoh1-20/+0
2012-02-03ceph: create a new session lock to avoid lock inversionAlex Elder4-9/+14
2012-02-03ceph: fix length validation in parse_reply_info()Xi Wang1-0/+2
2012-02-03ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder1-1/+3
2012-02-02proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov1-1/+13
2012-02-02proc: unify mem_read() and mem_write()Oleg Nesterov1-58/+32
2012-02-02proc: mem_release() should check mm != NULLOleg Nesterov1-2/+2
2012-02-01mtd: fix merge conflict resolution breakageArtem Bityutskiy1-6/+0
2012-02-01writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang1-8/+8
2012-01-31[CIFS] Update cifs Kconfig title to match removal of experimental dependencySteve French1-2/+2
2012-01-31xfs: pass KM_SLEEP flag to kmem_realloc() in xlog_recover_add_to_cnt_trans()Mitsuo Hayasaka1-1/+1
2012-01-31Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstreamLinus Torvalds9-35/+86