summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix dentry refcount leak when opening a FIFO on lookupJeff Layton2012-03-121-2/+18
* aio: wake up waiters when freeing unused kiocbsJeff Moyer2012-03-121-0/+2
* regset: Prevent null pointer reference on readonly regsetsH. Peter Anvin2012-03-121-1/+1
* autofs: work around unhappy compat problem on x86-64Ian Kent2012-03-124-3/+23
* epoll: limit pathsJason Baron2012-02-291-25/+209
* epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2012-02-292-4/+32
* epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-292-0/+15
* NFSv4: fix server_scope memory leakWeston Andros Adamson2012-02-291-6/+9
* NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust2012-02-291-0/+2
* NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2012-02-292-5/+8
* vfs: fix d_inode_lookup() dentry ref leakMiklos Szeredi2012-02-291-1/+3
* eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks2012-02-291-0/+2
* cifs: don't return error from standard_receive3 after marking response malformedJeff Layton2012-02-201-3/+4
* cifs: request oplock when doing open on lookupJeff Layton2012-02-201-1/+1
* writeback: fix NULL bdi->dev in trace writeback_single_inodeWu Fengguang2012-02-201-8/+8
* cifs: Fix oops in session setup code for null user mountsShirish Pargaonkar2012-02-131-4/+3
* eCryptfs: Infinite loop due to overflow in ecryptfs_write()Li Wang2012-02-131-2/+2
* udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara2012-02-131-0/+6
* proc: make sure mem_open() doesn't pin the target's memoryOleg Nesterov2012-02-131-1/+13
* proc: unify mem_read() and mem_write()Oleg Nesterov2012-02-131-58/+32
* proc: mem_release() should check mm != NULLOleg Nesterov2012-02-131-2/+2
* sysfs: Complain bitterly about attempts to remove files from nonexistent dire...Eric W. Biederman2012-02-032-1/+10
* jbd: Issue cache flush after checkpointingJan Kara2012-02-032-5/+26
* xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink()Jan Kara2012-02-031-1/+2
* eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks2012-02-031-40/+0
* eCryptfs: Check inode changes in setattrTyler Hicks2012-02-031-12/+36
* eCryptfs: Make truncate path killableTyler Hicks2012-02-031-5/+14
* ecryptfs: Improve metadata read failure loggingTim Gardner2012-02-031-3/+6
* eCryptfs: Sanitize write counts of /dev/ecryptfsTyler Hicks2012-02-031-18/+38
* proc: clear_refs: do not clear reserved pagesWill Deacon2012-01-251-0/+3
* cifs: lower default wsize when unix extensions are not usedJeff Layton2012-01-251-4/+19
* xfs: fix endian conversion issue in discard codeDave Chinner2012-01-251-2/+2
* proc: clean up and fix /proc/<pid>/mem handlingLinus Torvalds2012-01-251-106/+39
* fix cputime overflow in uptime_proc_showMartin Schwidefsky2012-01-251-2/+7
* pnfsblock: limit bio page countPeng Tao2012-01-251-6/+11
* pnfsblock: don't spinlock when freeing block_devPeng Tao2012-01-251-7/+4
* pnfsblock: acquire im_lock in _preload_rangePeng Tao2012-01-251-5/+6
* fix shrink_dcache_parent() livelockMiklos Szeredi2012-01-251-4/+11
* dcache: use a dispose list in select_parentDave Chinner2012-01-251-42/+21
* fsnotify: don't BUG in fsnotify_destroy_mark()Miklos Szeredi2012-01-251-3/+5
* nfsd: Fix oops when parsing a 0 length exportSasha Levin2012-01-251-1/+1
* nfsd4: fix lockowner matchingJ. Bruce Fields2012-01-251-2/+15
* Unused iocbs in a batch should not be accounted as active.Gleb Natapov2012-01-251-2/+9
* UBIFS: make debugging messages light againArtem Bityutskiy2012-01-251-7/+5
* UBIFS: fix debugging messagesArtem Bityutskiy2012-01-251-1/+4
* nfs: fix regression in handling of context= option in NFSv4Jeff Layton2012-01-251-24/+19
* NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-252-47/+80
* NFS - fix recent breakage to NFS error handling.NeilBrown2012-01-251-2/+2
* NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson2012-01-251-1/+1
* pnfs-obj: Must return layout on IO errorBoaz Harrosh2012-01-253-1/+15