summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2009-11-09NFSv4: The link() operation should return any delegation on the fileTrond Myklebust1-0/+2
2009-11-09NFSv4: Kill nfs4_renewd_prepare_shutdown()Trond Myklebust2-7/+0
2009-11-09NFSv4: Fix two unbalanced put_rpccred() issues.Trond Myklebust1-4/+0
2009-11-09NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCETrond Myklebust2-4/+8
2009-11-09nfs: Panic when commit failsTerry Loftin1-0/+1
2009-11-09nfs: Avoid overrun when copying client IP address stringBen Hutchings1-1/+1
2009-11-09fsnotify: do not set group for a mark before it is on the i_listEric Paris1-3/+3
2009-11-09fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe1-1/+1
2009-11-09fuse: prevent fuse_put_request on invalid pointerAnand V. Avati1-1/+2
2009-11-09nilfs2: fix dirty page accounting leak causing hang at writeRyusuke Konishi1-2/+1
2009-11-09CIFS: Fixing to avoid invalid kfree() in cifs_get_tcp_session()Steve French1-1/+2
2009-11-09hfsplus: refuse to mount volumes larger than 2TBBen Hutchings1-0/+4
2009-11-09nfs: Fix nfs_parse_mount_options() kfree() leakYinghai Lu1-0/+1
2009-11-09fs: pipe.c null pointer dereferenceEarl Chew1-11/+30
2009-10-22sysfs: Allow sysfs_notify_dirent to be called from interrupt context.Neil Brown1-6/+8
2009-10-12IMA: open new file for readMimi Zohar1-2/+4
2009-10-12ima: ecryptfs fix imbalance messageMimi Zohar1-1/+6
2009-10-05Fix idle time field in /proc/uptimeMichael Abbott1-1/+6
2009-10-05/proc/kcore: work around a BUG()KAMEZAWA Hiroyuki1-1/+7
2009-10-05nfsd4: fix null dereference creating nfsv4 callback clientJ. Bruce Fields1-2/+2
2009-10-05nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi1-0/+1
2009-10-05Re-enable Lanman securityChuck Ebbert1-2/+2
2009-10-05eCryptfs: Prevent lower dentry from going negative during unlinkTyler Hicks1-0/+2
2009-10-05eCryptfs: Validate global auth tok keysTyler Hicks1-1/+3
2009-10-05eCryptfs: Filename encryption only supports password auth tokensTyler Hicks2-4/+14
2009-10-05eCryptfs: Check for O_RDONLY lower inodes when opening lower filesTyler Hicks2-18/+9
2009-10-05eCryptfs: Handle unrecognized tag 3 cipher codesTyler Hicks2-3/+8
2009-10-05fs: make sure data stored into inode is properly seen before unlocking new inodeJan Kara1-6/+8
2009-09-24binfmt_elf: fix PT_INTERP bss handlingRoland McGrath1-14/+14
2009-09-07IMA: update ima_counts_putMimi Zohar1-7/+15
2009-09-05Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds1-0/+10
2009-09-05Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds1-1/+1
2009-09-05ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre1-0/+4
2009-09-05Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+13
2009-09-05exec: do not sleep in TASK_TRACED under ->cred_guard_mutexOleg Nesterov2-38/+42
2009-09-04ocfs2: ocfs2_write_begin_nolock() should handle len=0Sunil Mushran1-2/+2
2009-09-03JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo1-0/+10
2009-09-01xfs: actually enable the swapext compat handlerChristoph Hellwig1-1/+1
2009-08-31autofs4 - fix missed case when changing to use struct pathIan Kent1-1/+1
2009-08-31nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi1-1/+1
2009-08-28inotify: update the group mask on mark additionEric Paris1-0/+4
2009-08-28inotify: fix length reporting and size checkingEric Paris1-3/+5
2009-08-28inotify: do not send a block of zeros when no pathname is availableBrian Rogers1-3/+5
2009-08-27ocfs2: invalidate dentry if its dentry_lock isn't initialized.Tao Ma1-0/+11
2009-08-27Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2-85/+177
2009-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds4-105/+82
2009-08-27AFS: Stop readlink() on AFS crashing due to NULL 'file' ptrDavid Howells1-3/+15
2009-08-27inotify: Ensure we alwasy write the terminating NULL.Eric W. Biederman1-7/+6
2009-08-27inotify: fix locking around inotify watching in the idrEric Paris1-10/+40