summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-01-18nfs: fix regression in handling of context= option in NFSv4Jeff Layton1-24/+19
2012-01-18NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2-47/+80
2012-01-18NFS - fix recent breakage to NFS error handling.NeilBrown1-2/+2
2012-01-18NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson1-1/+1
2012-01-18ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang1-4/+3
2012-01-12xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang1-1/+1
2012-01-12xfs: validate acl countChristoph Hellwig1-0/+2
2012-01-12udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara2-6/+21
2012-01-12ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara1-3/+21
2012-01-12reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney1-10/+14
2012-01-12reiserfs: Fix quota mount option parsingJan Kara1-1/+2
2012-01-07nilfs2: unbreak compat ioctlThomas Meyer1-0/+13
2012-01-07NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust1-4/+4
2012-01-07NFS: Fix a regression in nfs_file_llseek()Trond Myklebust1-1/+1
2011-12-22fuse: fix llseek bugRoel Kluin1-1/+1
2011-12-22fuse: fix fuse_retrieveMiklos Szeredi1-1/+2
2011-12-22ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang1-0/+12
2011-12-22ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesizeYongqiang Yang1-2/+5
2011-12-22ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli1-1/+1
2011-12-22ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o1-9/+8
2011-12-22ext4: fix ext4_end_io_dio() racing against fsync()Theodore Ts'o1-2/+2
2011-12-22hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2011-12-22jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16
2011-12-22cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton1-2/+8
2011-12-22fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro3-39/+58
2011-12-22fs/proc/meminfo.c: fix compilation errorClaudio Scordino1-3/+4
2011-12-09xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka1-1/+2
2011-12-09xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino1-4/+10
2011-12-09xfs: fix buffer flushing during unmountChristoph Hellwig2-20/+10
2011-12-09xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka1-1/+1
2011-12-09xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig1-3/+14
2011-12-09xfs: don't serialise direct IO reads on page cache checksDave Chinner1-3/+14
2011-12-09ext4: fix racy use-after-free in ext4_end_io_dio()Tejun Heo1-1/+1
2011-12-09eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2
2011-12-09eCryptfs: Flush file in vma closeTyler Hicks1-1/+22
2011-12-09eCryptfs: Prevent file create race conditionTyler Hicks3-33/+46
2011-11-26vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka1-1/+1
2011-11-26nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton6-2/+37
2011-11-22hfs: add sanity check for file name lengthDan Carpenter1-0/+2
2011-11-11VFS: we need to set LOOKUP_JUMPED on mountpoint crossingAl Viro1-1/+15
2011-11-11VFS: fix statfs() automounter semantics regressionDan McGee1-1/+1
2011-11-11block: make gendisk hold a reference to its queueTejun Heo1-5/+8
2011-11-11ext4: fix race in xattr block allocation pathEric Sandeen1-0/+6
2011-11-11ext4: let ext4_page_mkwrite stop started handle in failureYongqiang Yang1-0/+1
2011-11-11ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entryTheodore Ts'o1-2/+2
2011-11-11ext4: ext4_mkdir should dirty dir_block with newly created directory inodeDarrick J. Wong1-1/+1
2011-11-11ext4: ext4_rename should dirty dir_bh with the correct directoryDarrick J. Wong1-1/+1
2011-11-11ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o1-2/+1
2011-11-11binfmt_elf: fix PIE execution with randomization disabledJiri Kosina1-1/+10
2011-11-11readlinkat: ensure we return ENOENT for the empty pathname for normal lookupsAndy Whitcroft2-7/+16