summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-02-03xfs: fix endian conversion issue in discard codeDave Chinner1-2/+2
2012-02-03xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara1-1/+2
2012-02-03eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks1-40/+0
2012-02-03eCryptfs: Check inode changes in setattrTyler Hicks1-12/+36
2012-02-03eCryptfs: Make truncate path killableTyler Hicks1-5/+14
2012-02-03ecryptfs: Improve metadata read failure loggingTim Gardner1-3/+6
2012-02-03eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks1-18/+38
2012-01-25UBIFS: make debugging messages light againArtem Bityutskiy1-7/+5
2012-01-25proc: clear_refs: do not clear reserved pagesWill Deacon1-0/+3
2012-01-25pnfs-obj: Must return layout on IO errorBoaz Harrosh3-1/+15
2012-01-25pnfs-obj: pNFS errors are communicated on iodata->pnfs_errorBoaz Harrosh1-3/+7
2012-01-25proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-25fix cputime overflow in uptime_proc_showMartin Schwidefsky1-2/+7
2012-01-25fix shrink_dcache_parent() livelockMiklos Szeredi1-4/+10
2012-01-25fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi1-3/+5
2012-01-25nfsd: Fix oops when parsing a 0 length exportSasha Levin1-1/+1
2012-01-25UBIFS: fix debugging messagesArtem Bityutskiy1-1/+4
2012-01-25nfs: fix regression in handling of context= option in NFSv4Jeff Layton1-24/+19
2012-01-25NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson1-1/+1
2012-01-25ext4: 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-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-06xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig2-0/+39
2012-01-06xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig1-25/+5
2012-01-06nilfs2: unbreak compat ioctlThomas Meyer1-0/+13
2012-01-06NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust1-4/+4
2011-12-21fuse: fix fuse_retrieveMiklos Szeredi1-1/+2
2011-12-21ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang1-0/+12
2011-12-21ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesizeYongqiang Yang1-2/+5
2011-12-21ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli1-1/+1
2011-12-21ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o1-9/+8
2011-12-21xfs: avoid synchronous transactions when deleting attr blocksChristoph Hellwig3-28/+4
2011-12-21xfs: fix nfs export of 64-bit inodes numbers on 32-bit kernelsChristoph Hellwig1-4/+4
2011-12-21hfs: fix hfs_find_init() sb->ext_tree NULL ptr oopsPhillip Lougher1-5/+15
2011-12-21jbd/jbd2: validate sb->s_first in journal_get_superblock()Eryu Guan2-0/+16
2011-12-21fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro3-39/+58
2011-12-21fs/proc/meminfo.c: fix compilation errorClaudio Scordino1-3/+4
2011-12-09xfs: fix attr2 vs large data fork assertChristoph Hellwig1-25/+39
2011-12-09xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig3-0/+33
2011-12-09xfs: validate acl countChristoph Hellwig1-0/+2
2011-12-09NFS: Prevent 3.0 from crashing if it receives a partial layoutTrond Myklebust2-1/+10
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-11-26xfs: fix ->write_inode return valuesChristoph Hellwig1-25/+9
2011-11-26xfs: use doalloc flag in xfs_qm_dqattach_one()Mitsuo Hayasaka1-1/+2
2011-11-26xfs: Fix possible memory corruption in xfs_readlinkCarlos Maiolino1-4/+10
2011-11-26xfs: fix buffer flushing during unmountChristoph Hellwig2-20/+10