summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-07coredump: prevent double-free on an error path in core dumperDenys Vlasenko1-15/+4
2012-10-07vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-10-02Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher1-1/+1
2012-10-02NFS: return error from decode_getfh in decode openWeston Andros Adamson1-1/+2
2012-10-02NFS: Fix a problem with the legacy binary mount codeTrond Myklebust1-0/+2
2012-10-02NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust3-4/+4
2012-10-02eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks1-0/+5
2012-10-02vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi1-2/+2
2012-10-02vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds1-1/+1
2012-09-14fuse: fix retrieve lengthMiklos Szeredi1-0/+1
2012-09-14ext3: Fix fdatasync() for files with only i_size changesJan Kara1-3/+14
2012-09-14udf: Fix data corruption for files in ICBJan Kara1-6/+29
2012-09-14block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins1-36/+30
2012-09-14NFS: Alias the nfs module to nfs4bjschuma@gmail.com1-0/+2
2012-09-14NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust1-6/+2
2012-09-14NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust1-1/+1
2012-09-14vfs: canonicalize create mode in build_open_flags()Miklos Szeredi1-3/+4
2012-09-14vfs: missed source of ->f_pos racesAl Viro1-2/+8
2012-08-26ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o1-0/+1
2012-08-26fuse: verify all ioctl retry iov elementsZach Brown1-1/+1
2012-08-15nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi4-2/+8
2012-08-09ext4: don't let i_reserved_meta_blocks go negativeBrian Foster1-0/+9
2012-08-09ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o4-8/+8
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-08-09nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields1-1/+1
2012-08-09Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2012-08-09locks: fix checking of fcntl_setlease argumentJ. Bruce Fields1-3/+3
2012-08-01mm: compaction: introduce sync-light migration for use by compactionMel Gorman4-6/+7
2012-08-01mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman4-6/+7
2012-08-01UBIFS: fix a bug in empty space fix-upArtem Bityutskiy1-2/+6
2012-08-01cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-19fifo: Do not restart open() if it already found a partnerAnders Kaseorg1-5/+4
2012-07-19block: fix infinite loop in __getblk_slowJeff Moyer1-9/+13
2012-07-16fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu1-0/+1
2012-07-16eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2012-07-16eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks1-12/+13
2012-07-16eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks1-7/+16
2012-07-16vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds1-3/+3
2012-07-16Btrfs: run delayed directory updates during log replayChris Mason1-0/+6
2012-07-16udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-07-16udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-07-16udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-07-16nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2-0/+4
2012-06-22hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki1-1/+1
2012-06-17fuse: fix stat call on 32 bit platformsPavel Shilovsky3-1/+20
2012-06-10ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma1-1/+0
2012-06-10ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi1-2/+3
2012-06-10ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi1-0/+1
2012-06-10ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o1-3/+9
2012-06-10ext4: add missing save_error_info() to ext4_error()Theodore Ts'o1-0/+1