summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-19block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2-12/+52
2012-03-19vfs: fix double put after complete_walk()Miklos Szeredi1-1/+1
2012-03-19vfs: fix return value from do_last()Miklos Szeredi1-1/+1
2012-03-19aio: fix the "too late munmap()" raceAl Viro1-8/+6
2012-03-19aio: fix io_setup/io_destroy raceAl Viro1-4/+4
2012-03-12cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton1-2/+18
2012-03-12regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin1-1/+1
2012-03-12autofs: work around unhappy compat problem on x86-64Ian Kent4-3/+23
2012-02-29epoll: limit pathsJason Baron1-25/+209
2012-02-29epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2-4/+32
2012-02-29epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2-0/+15
2012-02-29NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust1-0/+2
2012-02-29eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-13cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar1-4/+3
2012-02-13eCryptfs: Infinite loop due to overflow in ecryptfs_write()Li Wang1-2/+2
2012-02-13udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-02-13proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov1-1/+13
2012-02-13proc: unify mem_read() and mem_write()Oleg Nesterov1-58/+32
2012-02-13proc: mem_release() should check mm != NULLOleg Nesterov1-2/+2
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