summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-05-23cifs: add fallback in is_path_accessible for old serversJeff Layton1-0/+5
2011-05-23CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky1-2/+3
2011-05-23Validate size of EFI GUID partition entries.Timo Warns1-0/+6
2011-05-23cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton1-1/+3
2011-05-10btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings1-0/+4
2011-05-10cifs: fix another memleak, in cifs_root_igetOskar Schirmer1-6/+6
2011-05-10Increase OSF partition limit from 8 to 18Linus Torvalds1-1/+1
2011-05-10Fix corrupted OSF partition table parsingTimo Warns1-2/+10
2011-05-10nfs: fix compilation warningJovi Zhang1-1/+1
2011-05-10nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Neil Horman1-2/+41
2011-05-10GFS2: BUG in gfs2_adjust_quotaAbhijith Das1-5/+3
2011-05-10GFS2: Fix writing to non-page aligned gfs2_quota structuresAbhijith Das1-14/+48
2011-05-10GFS2: Clean up gfs2_adjust_quota() and do_glock()Steven Whitehouse1-56/+26
2011-05-10fs/partitions/ldm.c: fix oops caused by corrupted partition tableTimo Warns1-4/+12
2011-05-10Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu1-1/+8
2011-05-10NFSv4.1: Ensure state manager thread dies on last umountTrond Myklebust1-2/+2
2011-05-10nfs: don't lose MS_SYNCHRONOUS on remount of noac mountJeff Layton1-0/+9
2011-05-10UBIFS: fix master node recoveryArtem Bityutskiy1-0/+26
2011-05-10NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust1-9/+17
2011-04-22proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-04-22UBIFS: fix oops when R/O file-system is fsync'edArtem Bityutskiy1-0/+3
2011-04-22ramfs: fix memleak on no-mmu archBob Liu1-0/+1
2011-04-22UBIFS: restrict world-writable debugfs filesVasiliy Kulikov1-3/+3
2011-04-22cifs: always do is_path_accessible check in cifs_mountJeff Layton1-1/+1
2011-04-15xfs: zero proper structure size for geometry callsAlex Elder1-3/+8
2011-04-15exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2-17/+19
2011-04-15exec: make argv/envp memory visible to oom-killerOleg Nesterov1-2/+26
2011-04-15nfsd: fix auth_domain reference leak on nlm operationsJ. Bruce Fields1-1/+0
2011-04-15ext4: fix credits computing for indirect mapped filesYongqiang Yang1-6/+5
2011-04-15Squashfs: handle corruption of directory structurePhillip Lougher2-0/+21
2011-04-15Treat writes as new when holes span across page boundariesGoldwyn Rodrigues1-0/+6
2011-04-15quota: Don't write quota info in dquot_commit()Jan Kara1-9/+4
2011-04-15UBIFS: fix debugging failure in dbg_check_space_infoArtem Bityutskiy1-5/+36
2011-04-15UBIFS: fix oops on error path in read_pnodeArtem Bityutskiy1-4/+3
2011-04-15UBIFS: do not read flash unnecessarilyArtem Bityutskiy1-1/+1
2011-04-15Btrfs: Fix uninitialized root flags for subvolumesLi Zefan5-1/+30
2011-04-15nilfs2: fix data loss in mmap page write for hole blocksRyusuke Konishi1-6/+6
2011-04-15xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg1-0/+3
2011-04-15eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixRoberto Sassu1-0/+1
2011-04-15eCryptfs: Unlock page in write_begin error pathTyler Hicks1-0/+5
2011-03-27fs: call security_d_instantiate in d_obtain_alias V2Josef Bacik1-0/+3
2011-03-27nfsd: wrong index used in inner loopMi Jinlong1-4/+1
2011-03-27nfsd41: modify the members value of nfsd4_op_flagsMi Jinlong1-2/+2
2011-03-27proc: protect mm start_code/end_code in /proc/pid/statKees Cook1-2/+2
2011-03-27procfs: fix /proc/<pid>/maps heap checkAaro Koskinen1-2/+2
2011-03-27ext3: skip orphan cleanup on rocompat fsAmir Goldstein1-0/+7
2011-03-27aio: wake all waiters when destroying ctxRoland Dreier1-2/+2
2011-03-23ext3: Always set dx_node's fake_dirent explicitly.Eric Sandeen1-1/+1
2011-03-15nfsd: wrong index used in inner looproel1-2/+2
2011-03-08CIFS: Fix oplock break handling (try #2)Pavel Shilovsky3-10/+13