summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-07-01proc: enhance time-average nr_running statsAlex Frid
2012-06-11fat: Remove FAT Directory Bread messagenaveenk
2012-02-09xfs: fix endian conversion issue in discard codeDave Chinner
2012-02-09xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara
2012-02-09eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks
2012-02-09eCryptfs: Check inode changes in setattrTyler Hicks
2012-02-09eCryptfs: Make truncate path killableTyler Hicks
2012-02-09ecryptfs: Improve metadata read failure loggingTim Gardner
2012-02-09eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks
2012-02-03Revert "proc: enable writing to /proc/pid/mem"Dima Zavin
2012-01-24Merge branch 'linux-3.1.y' into android-tegra-nv-3.1Varun Wadekar
2012-01-18nfs: fix regression in handling of context= option in NFSv4Jeff Layton
2012-01-18NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson
2012-01-18NFS - fix recent breakage to NFS error handling.NeilBrown
2012-01-18NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson
2012-01-18ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang
2012-01-16Merge branch 'linux-3.1.y' into android-tegra-nv-3.1Varun Wadekar
2012-01-12xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang
2012-01-12xfs: validate acl countChristoph Hellwig
2012-01-12udf: Fix deadlock when converting file from in-ICB one to normal oneJan Kara
2012-01-12ext3: Don't warn from writepage when readonly inode is spotted after errorJan Kara
2012-01-12reiserfs: Force inode evictions before umount to avoid crashJeff Mahoney
2012-01-12reiserfs: Fix quota mount option parsingJan Kara
2012-01-11nilfs2: unbreak compat ioctlThomas Meyer
2012-01-11NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust
2012-01-11NFS: Fix a regression in nfs_file_llseek()Trond Myklebust
2012-01-06nilfs2: unbreak compat ioctlThomas Meyer
2012-01-06NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust
2012-01-06NFS: Fix a regression in nfs_file_llseek()Trond Myklebust
2012-01-05Linux 3.1.7Varun Wadekar
2011-12-21fuse: fix llseek bugRoel Kluin
2011-12-21fuse: fix fuse_retrieveMiklos Szeredi
2011-12-21ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang
2011-12-21ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesizeYongqiang Yang
2011-12-21ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli
2011-12-21ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o
2011-12-21ext4: fix ext4_end_io_dio() racing against fsync()Theodore Ts'o
2011-12-21hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher
2011-12-21jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan
2011-12-21cifs: check for NULL last_entry before calling cifs_save_resume_keyJeff Layton
2011-12-21fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro
2011-12-21fs/proc/meminfo.c: fix compilation errorClaudio Scordino
2011-12-14Merge branch 'linux-3.1.5' into android-tegra-nv-3.1Varun Wadekar
2011-12-09xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka
2011-12-09xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino
2011-12-09xfs: fix buffer flushing during unmountChristoph Hellwig
2011-12-09xfs: Return -EIO when xfs_vn_getattr() failedMitsuo Hayasaka
2011-12-09xfs: avoid direct I/O write vs buffered I/O raceChristoph Hellwig
2011-12-09xfs: don't serialise direct IO reads on page cache checksDave Chinner
2011-12-09ext4: fix racy use-after-free in ext4_end_io_dio()Tejun Heo