summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o2011-11-071-2/+1
* ext4: fix BUG_ON() in ext4_ext_insert_extent()Zheng Liu2011-11-071-0/+1
* NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-11-071-1/+7
* deal with races in /proc/*/{syscall,stack,personality}Al Viro2011-11-071-19/+50
* kcore: fix test for end of listDan Carpenter2011-11-071-1/+1
* nfsd4: ignore WANT bits in open downgradeJ. Bruce Fields2011-11-071-0/+2
* nfsd4: Remove check for a 32-bit cookie in nfsd4_readdir()Bernd Schubert2011-11-071-1/+1
* epoll: fix spurious lockdep warningsNelson Elhage2011-11-071-7/+18
* splice: direct_splice_actor() should not use pos in sdChangli Gao2011-11-071-1/+2
* cifs: fix possible memory corruption in CIFSFindNextJeff Layton2011-11-071-1/+2
* fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi2011-08-291-0/+4
* befs: Validate length of long symbolic links.Timo Warns2011-08-291-9/+14
* fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oopsTimo Warns2011-08-291-0/+9
* proc: restrict access to /proc/PID/ioVasiliy Kulikov2011-08-081-2/+5
* cifs: check for NULL session passwordJeff Layton2011-08-081-0/+1
* cifs: fix NULL pointer dereference in cifs_find_smb_sesJeff Layton2011-08-081-1/+2
* cifs: clean up cifs_find_smb_ses (try #2)Jeff Layton2011-08-082-9/+19
* Revert "block: rescan partitions on invalidated devices on -ENOMEDIA too"Greg Kroah-Hartman2011-08-081-18/+9
* ext3: Fix oops in ext3_try_to_allocate_with_rsv()Jan Kara2011-08-081-2/+10
* NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson2011-08-081-1/+1
* mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi2011-07-134-22/+16
* exec: delay address limit change until point of no returnMathias Krause2011-06-231-4/+1
* xfs: properly account for reclaimed inodesJohannes Weiner2011-06-233-4/+14
* oprofile, dcookies: Fix possible circular locking dependencyRobert Richter2011-06-231-0/+3
* fat: Fix corrupt inode flags when remove ATTR_SYS flagOGAWA Hirofumi2011-06-231-1/+1
* UBIFS: fix memory leak on error pathArtem Bityutskiy2011-06-231-0/+1
* UBIFS: fix shrinker object count reportsArtem Bityutskiy2011-06-231-1/+5
* UBIFS: fix a rare memory leak in ro to rw remounting pathArtem Bityutskiy2011-06-232-1/+3
* eCryptfs: Allow 2 scatterlist entries for encrypted filenamesTyler Hicks2011-06-231-25/+21
* Fix for buffer overflow in ldm_frag_add not sufficientTimo Warns2011-06-231-0/+5
* ext4: release page cache in ext4_mb_load_buddy error pathYang Ruirui2011-06-231-0/+2
* jbd: fix fsync() tid wraparound bugTed Ts'o2011-06-231-3/+13
* jbd: Fix forever sleeping process in do_get_write_access()Jan Kara2011-06-231-2/+7
* ext3: Fix fs corruption when make_indexed_dir() failsJan Kara2011-06-231-2/+11
* block: rescan partitions on invalidated devices on -ENOMEDIA tooTejun Heo2011-06-231-9/+18
* cifs: add fallback in is_path_accessible for old serversJeff Layton2011-05-231-0/+5
* CIFS: Fix memory over bound bug in cifs_parse_mount_optionsPavel Shilovsky2011-05-231-2/+3
* Validate size of EFI GUID partition entries.Timo Warns2011-05-231-0/+6
* cifs: check for bytes_remaining going to zero in CIFS_SessSetupJeff Layton2011-05-231-1/+3
* btrfs: Require CAP_SYS_ADMIN for filesystem rebalanceBen Hutchings2011-05-091-0/+4
* cifs: fix another memleak, in cifs_root_igetOskar Schirmer2011-05-091-6/+6
* Increase OSF partition limit from 8 to 18Linus Torvalds2011-05-091-1/+1
* Fix corrupted OSF partition table parsingTimo Warns2011-05-091-2/+10
* nfs: fix compilation warningJovi Zhang2011-05-091-1/+1
* nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Neil Horman2011-05-091-2/+41
* GFS2: BUG in gfs2_adjust_quotaAbhijith Das2011-05-091-5/+3
* GFS2: Fix writing to non-page aligned gfs2_quota structuresAbhijith Das2011-05-091-14/+48
* GFS2: Clean up gfs2_adjust_quota() and do_glock()Steven Whitehouse2011-05-091-56/+26
* fs/partitions/ldm.c: fix oops caused by corrupted partition tableTimo Warns2011-05-091-4/+12
* Open with O_CREAT flag set fails to open existing files on non writable direc...Sachin Prabhu2011-05-091-1/+8