summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: zero proper structure size for geometry callsAlex Elder2011-04-141-3/+8
* exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2011-04-142-17/+19
* exec: make argv/envp memory visible to oom-killerOleg Nesterov2011-04-141-2/+26
* nfsd: fix auth_domain reference leak on nlm operationsJ. Bruce Fields2011-04-141-1/+0
* ext4: fix credits computing for indirect mapped filesYongqiang Yang2011-04-141-6/+5
* Squashfs: handle corruption of directory structurePhillip Lougher2011-04-142-0/+21
* Treat writes as new when holes span across page boundariesGoldwyn Rodrigues2011-04-141-0/+6
* quota: Don't write quota info in dquot_commit()Jan Kara2011-04-141-9/+4
* UBIFS: fix debugging failure in dbg_check_space_infoArtem Bityutskiy2011-04-141-5/+36
* UBIFS: fix oops on error path in read_pnodeArtem Bityutskiy2011-04-141-4/+3
* UBIFS: do not read flash unnecessarilyArtem Bityutskiy2011-04-141-1/+1
* Btrfs: Fix uninitialized root flags for subvolumesLi Zefan2011-04-145-1/+30
* nilfs2: fix data loss in mmap page write for hole blocksRyusuke Konishi2011-04-141-6/+6
* xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg2011-04-141-0/+3
* eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixRoberto Sassu2011-04-141-0/+1
* eCryptfs: Unlock page in write_begin error pathTyler Hicks2011-04-141-0/+5
* fs: call security_d_instantiate in d_obtain_alias V2Josef Bacik2011-03-281-0/+3
* nfsd: wrong index used in inner loopMi Jinlong2011-03-281-4/+1
* nfsd41: modify the members value of nfsd4_op_flagsMi Jinlong2011-03-281-2/+2
* proc: protect mm start_code/end_code in /proc/pid/statKees Cook2011-03-281-2/+2
* procfs: fix /proc/<pid>/maps heap checkAaro Koskinen2011-03-281-2/+2
* ext3: skip orphan cleanup on rocompat fsAmir Goldstein2011-03-281-0/+7
* aio: wake all waiters when destroying ctxRoland Dreier2011-03-281-2/+2
* ext3: Always set dx_node's fake_dirent explicitly.Eric Sandeen2011-03-211-1/+1
* xfs: prevent reading uninitialized stack memoryDan Rosenberg2011-03-211-0/+2
* inotify: send IN_UNMOUNT eventsEric Paris2011-03-211-2/+5
* char: Mark /dev/zero and /dev/kmem as not capable of writebackJan Kara2011-03-211-1/+3
* aio: check for multiplication overflow in do_io_submitJeff Moyer2011-03-211-0/+3
* nfsd: wrong index used in inner looproel2011-03-211-2/+2
* CIFS: Fix oplock break handling (try #2)Pavel Shilovsky2011-03-213-10/+13
* ext2: Fix link count corruption under heavy link+rename loadJosh Hunt2011-03-211-7/+2
* fuse: fix hang of single threaded fuseblk filesystemMiklos Szeredi2011-03-212-8/+50
* Ocfs2/refcounttree: Fix a bug for refcounttree to writeback clusters in a rig...Tristan Ye2011-03-211-2/+5
* ldm: corrupted partition table can cause kernel oopsTimo Warns2011-03-211-0/+5
* epoll: prevent creating circular epoll structuresDavide Libenzi2011-03-211-0/+95
* eCryptfs: Copy up lower inode attrs in getattrTyler Hicks2011-03-211-0/+2
* fs/partitions: Validate map_count in Mac partition tablesTimo Warns2011-03-211-8/+9
* s390: remove task_show_regsMartin Schwidefsky2011-03-211-3/+0
* nfsd: correctly handle return value from nfsd_map_name_to_*NeilBrown2011-03-211-4/+4
* NFS: fix the return value of nfs_file_fsync()J. R. Okajima2011-03-211-1/+1
* CRED: Fix kernel panic upon security_file_alloc() failure.Tetsuo Handa2011-03-211-1/+1
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2011-03-211-1/+1
* ocfs2_connection_find() returns pointer to bad structuredann frazier2011-03-211-1/+1
* NFSD: memory corruption due to writing beyond the stat arrayKonstantin Khorenko2011-03-211-1/+1
* NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever2011-03-211-14/+20
* install_special_mapping skips security_file_mmap check.Tavis Ormandy2011-03-211-0/+5
* NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov2011-03-211-0/+2
* nfsd: Fix possible BUG_ON firing in set_change_infoNeil Brown2011-03-212-13/+14
* NFS: Fix panic after nfs_umount()Chuck Lever2011-03-211-2/+2
* fuse: fix ioctl when server is 32bitMiklos Szeredi2011-03-211-6/+44