summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-10-02Squashfs: fix mount time sanity check for corrupted superblockPhillip Lougher
2012-10-02NFS: return error from decode_getfh in decode openWeston Andros Adamson
2012-10-02NFS: Fix a problem with the legacy binary mount codeTrond Myklebust
2012-10-02NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust
2012-10-02eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks
2012-10-02vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi
2012-10-02vfs: make O_PATH file descriptors usable for 'fstat()'Linus Torvalds
2012-09-14fuse: fix retrieve lengthMiklos Szeredi
2012-09-14ext3: Fix fdatasync() for files with only i_size changesJan Kara
2012-09-14udf: Fix data corruption for files in ICBJan Kara
2012-09-14block: replace __getblk_slow misfix by grow_dev_page fixHugh Dickins
2012-09-14NFS: Alias the nfs module to nfs4bjschuma@gmail.com
2012-09-14NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust
2012-09-14NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust
2012-09-14vfs: canonicalize create mode in build_open_flags()Miklos Szeredi
2012-09-14vfs: missed source of ->f_pos racesAl Viro
2012-08-26ext4: avoid kmemcheck complaint from reading uninitialized memoryTheodore Ts'o
2012-08-26fuse: verify all ioctl retry iov elementsZach Brown
2012-08-15nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi
2012-08-09ext4: don't let i_reserved_meta_blocks go negativeBrian Foster
2012-08-09ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-08-09nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields
2012-08-09Btrfs: call the ordered free operation without any locks heldChris Mason
2012-08-09locks: fix checking of fcntl_setlease argumentJ. Bruce Fields
2012-08-01mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-08-01mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-08-01UBIFS: fix a bug in empty space fix-upArtem Bityutskiy
2012-08-01cifs: always update the inode cache with the results from a FIND_*Jeff Layton
2012-07-19fifo: Do not restart open() if it already found a partnerAnders Kaseorg
2012-07-19block: fix infinite loop in __getblk_slowJeff Moyer
2012-07-16fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu
2012-07-16eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks
2012-07-16eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks
2012-07-16eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks
2012-07-16vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds
2012-07-16Btrfs: run delayed directory updates during log replayChris Mason
2012-07-16udf: Fortify loading of sparing tableJan Kara
2012-07-16udf: Avoid run away loop when partition table length is corruptedJan Kara
2012-07-16udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara
2012-07-16nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi
2012-06-22hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki
2012-06-17fuse: fix stat call on 32 bit platformsPavel Shilovsky
2012-06-10ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma
2012-06-10ext4: remove mb_groups before tearing down the buddy_cacheSalman Qazi
2012-06-10ext4: add ext4_mb_unload_buddy in the error pathSalman Qazi
2012-06-10ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o
2012-06-10ext4: add missing save_error_info() to ext4_error()Theodore Ts'o
2012-06-10ext4: force ro mount if ext4_setup_super() failsEric Sandeen
2012-06-10vfs: umount_tree() might be called on subtree that had never made itAl Viro