summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks4-14/+83
2012-02-16Btrfs: fix a bug on overcommit stuffLiu Bo1-1/+4
2012-02-16Btrfs: kick out redundant stuff in convert_extent_bitLiu Bo1-5/+0
2012-02-16Btrfs: skip states when they does not contain bits to clearLiu Bo1-5/+10
2012-02-16Btrfs: check return value of lookup_extent_mapping() correctlyTsutomu Itoh3-2/+4
2012-02-16Btrfs: fix deadlock on page lock when doing auto-defragmentMiao Xie1-24/+29
2012-02-16Btrfs: fix return value check of extent_io_opsTsutomu Itoh1-6/+10
2012-02-16btrfs: honor umask when creating subvol rootFlorian Albrechtskirchinger1-2/+4
2012-02-15btrfs: silence warning in raid array setupDavid Sterba1-0/+14
2012-02-15btrfs: fix structs where bitfields and spinlock/atomic share 8B wordDavid Sterba2-3/+3
2012-02-15btrfs: delalloc for page dirtied out-of-band in fixup workerJeff Mahoney3-27/+53
2012-02-15Btrfs: fix memory leak in load_free_space_cache()Tsutomu Itoh1-0/+1
2012-02-15btrfs: don't check DUP chunks twiceArne Jansen1-3/+5
2012-02-15Btrfs: fix trim 0 bytes after a device deleteLiu Bo1-1/+8
2012-02-15Btrfs: return the internal error unchanged if btrfs_get_extent_fiemap() call ...Jeff Liu1-2/+2
2012-02-15Btrfs: avoid positive number with ERR_PTRJan Schmidt1-0/+2
2012-02-15btrfs: Sector Size check during MountKeith Mannthey1-0/+6
2012-02-13Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-5/+6
2012-02-13ocfs2: deal with wraparounds of i_nlink in ocfs2_rename()Al Viro1-1/+1
2012-02-13vfs: fix compat_sys_stat() handling of overflows in st_nlinkAl Viro1-31/+25
2012-02-13quota: Fix deadlock with suspend and quotasJan Kara1-3/+21
2012-02-13vfs: Provide function to get superblock and wait for it to thawJan Kara1-0/+22
2012-02-13vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich2-8/+8
2012-02-13autofs4 - fix lockdep splat in autofsSteven Rostedt1-0/+2
2012-02-13vfs: fix d_inode_lookup() dentry ref leakMiklos Szeredi1-1/+3
2012-02-13XFS: xfs_trans_add_item() - don't assign in ASSERT() when compare is intendedJesper Juhl1-2/+2
2012-02-13Merge 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-09NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust1-0/+2
2012-02-08nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments()Xi Wang1-0/+2
2012-02-08bio: don't overflow in bio_get_nr_vecs()Kent Overstreet1-7/+3
2012-02-07cifs: don't return error from standard_receive3 after marking response malformedJeff Layton1-3/+4
2012-02-07cifs: request oplock when doing open on lookupJeff Layton1-1/+1
2012-02-07cifs: fix error handling when cifscreds key payload is an errorJeff Layton1-1/+1
2012-02-07Merge 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-06exec: 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-03NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2-5/+8
2012-02-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds5-10/+19
2012-02-02cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar1-4/+3
2012-02-02Fix race in process_vm_rw_coreChristopher Yeoh1-20/+0
2012-02-02ceph: create a new session lock to avoid lock inversionAlex Elder4-9/+14
2012-02-02ceph: fix length validation in parse_reply_info()Xi Wang1-0/+2
2012-02-02ceph: change "ceph.layout" xattr to be "ceph.file.layout"Alex Elder1-1/+3
2012-02-01proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov1-1/+13
2012-02-01proc: unify mem_read() and mem_write()Oleg Nesterov1-58/+32