summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-01NFSv4: fix server_scope memory leakWeston Andros Adamson1-6/+9
2012-03-01NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust1-0/+2
2012-03-01NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2-5/+8
2012-03-01vfs: fix d_inode_lookup() dentry ref leakMiklos Szeredi1-1/+3
2012-03-01eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-02-21cifs: don't return error from standard_receive3 after marking response malformedJeff Layton1-3/+4
2012-02-21cifs: request oplock when doing open on lookupJeff Layton1-1/+1
2012-02-21writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang1-8/+8
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-03sysfs: Complain bitterly about attempts to remove files from nonexistent dire...Eric W. Biederman2-1/+10
2012-02-03jbd: Issue cache flush after checkpointingJan Kara2-5/+26
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-26proc: clear_refs: do not clear reserved pagesWill Deacon1-0/+3
2012-01-26cifs: lower default wsize when unix extensions are not usedJeff Layton1-4/+19
2012-01-26xfs: fix endian conversion issue in discard codeDave Chinner1-2/+2
2012-01-26proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds1-106/+39
2012-01-26fix cputime overflow in uptime_proc_showMartin Schwidefsky1-2/+7
2012-01-26pnfsblock: limit bio page countPeng Tao1-6/+11
2012-01-26pnfsblock: don't spinlock when freeing block_devPeng Tao1-7/+4
2012-01-26pnfsblock: acquire im_lock in _preload_rangePeng Tao1-5/+6
2012-01-26fix shrink_dcache_parent() livelockMiklos Szeredi1-4/+11
2012-01-26dcache: use a dispose list in select_parentDave Chinner1-42/+21
2012-01-26fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi1-3/+5
2012-01-26nfsd: Fix oops when parsing a 0 length exportSasha Levin1-1/+1
2012-01-26nfsd4: fix lockowner matchingJ. Bruce Fields1-2/+15
2012-01-26Unused iocbs in a batch should not be accounted as active.Gleb Natapov1-2/+9
2012-01-26UBIFS: make debugging messages light againArtem Bityutskiy1-7/+5
2012-01-26UBIFS: fix debugging messagesArtem Bityutskiy1-1/+4
2012-01-26nfs: fix regression in handling of context= option in NFSv4Jeff Layton1-24/+19
2012-01-26NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2-47/+80
2012-01-26NFS - fix recent breakage to NFS error handling.NeilBrown1-2/+2
2012-01-26NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson1-1/+1
2012-01-26pnfs-obj: Must return layout on IO errorBoaz Harrosh3-1/+15
2012-01-26pnfs-obj: pNFS errors are communicated on iodata->pnfs_errorBoaz Harrosh1-0/+4
2012-01-26ext4: fix undefined behavior in ext4_fill_flex_info()Xi Wang1-4/+3
2012-01-26ext4: add missing ext4_resize_end on error pathsDjalal Harouni1-10/+18
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