summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2011-08-08proc: restrict access to /proc/PID/ioVasiliy Kulikov1-2/+5
2011-08-08Revert "block: rescan partitions on invalidated devices on -ENOMEDIA too"Greg Kroah-Hartman1-18/+9
2011-08-08ext3: Fix oops in ext3_try_to_allocate_with_rsv()Jan Kara1-2/+10
2011-07-13mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi4-22/+16
2011-06-23xfs: properly account for reclaimed inodesJohannes Weiner3-4/+14
2011-06-23oprofile, dcookies: Fix possible circular locking dependencyRobert Richter1-0/+3
2011-06-23fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi1-1/+1
2011-06-23UBIFS: fix memory leak on error pathArtem Bityutskiy1-0/+1
2011-06-23UBIFS: fix shrinker object count reportsArtem Bityutskiy1-1/+5
2011-06-23UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy2-1/+3
2011-06-23eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks1-25/+21
2011-06-23Fix for buffer overflow in ldm_frag_add not sufficientTimo Warns1-0/+5
2011-06-23ext4: release page cache in ext4_mb_load_buddy error pathYang Ruirui1-0/+2
2011-06-23jbd: fix fsync() tid wraparound bugTed Ts'o1-3/+13
2011-06-23jbd: Fix forever sleeping process in do_get_write_access()Jan Kara1-2/+7
2011-06-23ext3: Fix fs corruption when make_indexed_dir() failsJan Kara1-2/+11
2011-06-23block: rescan partitions on invalidated devices on -ENOMEDIA tooTejun Heo1-9/+18
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-09fs/partitions/ldm.c: fix oops caused by corrupted partition tableTimo Warns1-4/+12
2011-05-09Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu1-1/+8
2011-05-09NFSv4.1: Ensure state manager thread dies on last umountTrond Myklebust1-2/+2
2011-05-09nfs: don't lose MS_SYNCHRONOUS on remount of noac mountJeff Layton1-0/+9
2011-05-09UBIFS: fix master node recoveryArtem Bityutskiy1-0/+26
2011-05-09NFS: 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-14xfs: zero proper structure size for geometry callsAlex Elder1-3/+8
2011-04-14exec: copy-and-paste the fixes into compat_do_execve() pathsOleg Nesterov2-17/+19
2011-04-14exec: make argv/envp memory visible to oom-killerOleg Nesterov1-2/+26
2011-04-14nfsd: fix auth_domain reference leak on nlm operationsJ. Bruce Fields1-1/+0
2011-04-14ext4: fix credits computing for indirect mapped filesYongqiang Yang1-6/+5
2011-04-14Squashfs: handle corruption of directory structurePhillip Lougher2-0/+21
2011-04-14Treat writes as new when holes span across page boundariesGoldwyn Rodrigues1-0/+6
2011-04-14quota: Don't write quota info in dquot_commit()Jan Kara1-9/+4
2011-04-14UBIFS: fix debugging failure in dbg_check_space_infoArtem Bityutskiy1-5/+36
2011-04-14UBIFS: fix oops on error path in read_pnodeArtem Bityutskiy1-4/+3
2011-04-14UBIFS: do not read flash unnecessarilyArtem Bityutskiy1-1/+1
2011-04-14Btrfs: Fix uninitialized root flags for subvolumesLi Zefan5-1/+30
2011-04-14nilfs2: fix data loss in mmap page write for hole blocksRyusuke Konishi1-6/+6
2011-04-14xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1Dan Rosenberg1-0/+3
2011-04-14eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fixRoberto Sassu1-0/+1
2011-04-14eCryptfs: Unlock page in write_begin error pathTyler Hicks1-0/+5
2011-03-28fs: call security_d_instantiate in d_obtain_alias V2Josef Bacik1-0/+3
2011-03-28nfsd: wrong index used in inner loopMi Jinlong1-4/+1