summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-08-02Btrfs: call the ordered free operation without any locks heldChris Mason
2012-08-02locks: fix checking of fcntl_setlease argumentJ. Bruce Fields
2012-08-02ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o
2012-08-02ext4: don't let i_reserved_meta_blocks go negativeBrian Foster
2012-08-02udf: Improve table length check to avoid possible overflowJan Kara
2012-08-02ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o
2012-08-02ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o
2012-08-02cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton
2012-08-02mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-08-02mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-07-25eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks
2012-07-25eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks
2012-07-25eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks
2012-07-25pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh
2012-07-25pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh
2012-07-25ore: Remove support of partial IO request (NFS crash)Boaz Harrosh
2012-07-25ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh
2012-07-25UBIFS: fix a bug in empty space fix-upArtem Bityutskiy
2012-07-25cifs: always update the inode cache with the results from a FIND_*Jeff Layton
2012-07-25cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton
2012-07-25fifo: Do not restart open() if it already found a partnerAnders Kaseorg
2012-07-25Remove easily user-triggerable BUG from generic_setleaseDave Jones
2012-07-25block: fix infinite loop in __getblk_slowJeff Moyer
2012-07-25fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu
2012-07-25ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques
2012-07-25epoll: clear the tfile_check_list on -ELOOPJason Baron
2012-07-25NFSv4: Further reduce the footprint of the idmapperTrond Myklebust
2012-07-25NFSv4: Reduce the footprint of the idmapperTrond Myklebust
2012-07-25hugepages: fix use after free bug in "quota" handlingDavid Gibson
2012-07-25ext4: Report max_batch_time option correctlyBen Hutchings
2012-07-25NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy
2012-07-12vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds
2012-07-12ocfs2: clear unaligned io flag when dio failsJunxiao Bi
2012-07-12cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton
2012-07-12Btrfs: run delayed directory updates during log replayChris Mason
2012-07-12udf: Fortify loading of sparing tableJan Kara
2012-07-12udf: Avoid run away loop when partition table length is corruptedJan Kara
2012-07-12udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet
2012-07-04nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi
2012-06-19NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust
2012-06-19fuse: fix stat call on 32 bit platformsPavel Shilovsky
2012-06-10ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o
2012-06-10ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma
2012-06-10ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o
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: add missing save_error_info() to ext4_error()Theodore Ts'o
2012-06-10vfs: umount_tree() might be called on subtree that had never made itAl Viro
2012-06-10vfs: increment iversion when a file is truncatedDmitry Kasatkin