summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: use after free bug in __blkdev_getNeil Brown2009-12-081-1/+1
* fuse: reject O_DIRECT flag also in fuse_createCsaba Henk2009-12-081-0/+3
* NFSv4: Fix a cache validation bug which causes getcwd() to return ENOENTTrond Myklebust2009-12-081-1/+1
* pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu2009-12-081-2/+1
* fs: add missing compat_ptr handling for FS_IOC_RESVSP ioctlHeiko Carstens2009-12-081-2/+2
* jffs2: Fix memory corruption in jffs2_read_inode_range()David Woodhouse2009-12-081-3/+6
* CIFS: Duplicate data on appending to some Samba serversSteve French2009-12-081-2/+0
* CIFS: fix oops in cifs_lookup during net bootSteve French2009-12-081-2/+2
* cifs: clear server inode number flag while autodisablingSuresh Jayaraman2009-12-081-1/+1
* cifs: clean up handling when server doesn't consistently support inode numbersJeff Layton2009-12-084-8/+21
* cifs: don't use CIFSGetSrvInodeNumber in is_path_accessibleJeff Layton2009-12-081-8/+0
* nilfs2: fix kernel oops in error case of nilfs_ioctl_move_blocksRyusuke Konishi2009-12-081-17/+13
* NFSv4: The link() operation should return any delegation on the fileTrond Myklebust2009-11-091-0/+2
* NFSv4: Kill nfs4_renewd_prepare_shutdown()Trond Myklebust2009-11-092-7/+0
* NFSv4: Fix two unbalanced put_rpccred() issues.Trond Myklebust2009-11-091-4/+0
* NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCETrond Myklebust2009-11-092-4/+8
* nfs: Panic when commit failsTerry Loftin2009-11-091-0/+1
* nfs: Avoid overrun when copying client IP address stringBen Hutchings2009-11-091-1/+1
* fsnotify: do not set group for a mark before it is on the i_listEric Paris2009-11-091-3/+3
* fuse: fix kunmap in fuse_ioctl_copy_userJens Axboe2009-11-091-1/+1
* fuse: prevent fuse_put_request on invalid pointerAnand V. Avati2009-11-091-1/+2
* nilfs2: fix dirty page accounting leak causing hang at writeRyusuke Konishi2009-11-091-2/+1
* CIFS: Fixing to avoid invalid kfree() in cifs_get_tcp_session()Steve French2009-11-091-1/+2
* hfsplus: refuse to mount volumes larger than 2TBBen Hutchings2009-11-091-0/+4
* nfs: Fix nfs_parse_mount_options() kfree() leakYinghai Lu2009-11-091-0/+1
* fs: pipe.c null pointer dereferenceEarl Chew2009-11-091-11/+30
* sysfs: Allow sysfs_notify_dirent to be called from interrupt context.Neil Brown2009-10-221-6/+8
* IMA: open new file for readMimi Zohar2009-10-121-2/+4
* ima: ecryptfs fix imbalance messageMimi Zohar2009-10-121-1/+6
* Fix idle time field in /proc/uptimeMichael Abbott2009-10-051-1/+6
* /proc/kcore: work around a BUG()KAMEZAWA Hiroyuki2009-10-051-1/+7
* nfsd4: fix null dereference creating nfsv4 callback clientJ. Bruce Fields2009-10-051-2/+2
* nilfs2: fix missing zero-fill initialization of btree node cacheRyusuke Konishi2009-10-051-0/+1
* Re-enable Lanman securityChuck Ebbert2009-10-051-2/+2
* eCryptfs: Prevent lower dentry from going negative during unlinkTyler Hicks2009-10-051-0/+2
* eCryptfs: Validate global auth tok keysTyler Hicks2009-10-051-1/+3
* eCryptfs: Filename encryption only supports password auth tokensTyler Hicks2009-10-052-4/+14
* eCryptfs: Check for O_RDONLY lower inodes when opening lower filesTyler Hicks2009-10-052-18/+9
* eCryptfs: Handle unrecognized tag 3 cipher codesTyler Hicks2009-10-052-3/+8
* fs: make sure data stored into inode is properly seen before unlocking new inodeJan Kara2009-10-051-6/+8
* binfmt_elf: fix PT_INTERP bss handlingRoland McGrath2009-09-241-14/+14
* IMA: update ima_counts_putMimi Zohar2009-09-071-7/+15
* Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds2009-09-051-0/+10
|\
| * JFFS2: add missing verify buffer allocation/deallocationMassimo Cirillo2009-09-031-0/+10
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-09-051-1/+1
|\ \
| * | xfs: actually enable the swapext compat handlerChristoph Hellwig2009-09-011-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus Torvalds2009-09-051-1/+1
|\ \ \
| * | | nilfs2: fix preempt count underflow in nilfs_btnode_prepare_change_keyRyusuke Konishi2009-08-311-1/+1
* | | | ext2: fix unbalanced kmap()/kunmap()Nicolas Pitre2009-09-051-0/+4
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-052-2/+13
|\ \ \ \