summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-08-19hfsplus: fix overflow in sector calculations in hfsplus_submit_bioJanne Kalliomäki1-1/+1
2012-08-10ore: Fix out-of-bounds access in _ios_obj()Boaz Harrosh1-7/+7
2012-08-10nilfs2: fix deadlock issue between chcp and thaw ioctlsRyusuke Konishi4-2/+8
2012-08-10nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-08-10nfsd4: our filesystems are normally case sensitiveJ. Bruce Fields1-1/+1
2012-08-02Btrfs: call the ordered free operation without any locks heldChris Mason1-1/+8
2012-08-02locks: fix checking of fcntl_setlease argumentJ. Bruce Fields1-3/+3
2012-08-02ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o1-11/+21
2012-08-02ext4: don't let i_reserved_meta_blocks go negativeBrian Foster1-0/+9
2012-08-02udf: Improve table length check to avoid possible overflowJan Kara1-1/+1
2012-08-02ext4: fix overhead calculation used by ext4_statfs()Theodore Ts'o4-56/+131
2012-08-02ext4: pass a char * to ext4_count_free() instead of a buffer_head ptrTheodore Ts'o4-8/+8
2012-08-02cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton1-0/+30
2012-08-02mm: compaction: introduce sync-light migration for use by compactionMel Gorman4-6/+7
2012-08-02mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman4-6/+7
2012-07-25eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks1-1/+1
2012-07-25eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks1-12/+13
2012-07-25eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks1-7/+16
2012-07-25pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-07-25pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-07-25ore: Remove support of partial IO request (NFS crash)Boaz Harrosh1-7/+1
2012-07-25ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh1-31/+36
2012-07-25UBIFS: fix a bug in empty space fix-upArtem Bityutskiy1-2/+6
2012-07-25cifs: always update the inode cache with the results from a FIND_*Jeff Layton1-2/+5
2012-07-25cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton1-0/+18
2012-07-25fifo: Do not restart open() if it already found a partnerAnders Kaseorg1-5/+4
2012-07-25Remove easily user-triggerable BUG from generic_setleaseDave Jones1-1/+1
2012-07-25block: fix infinite loop in __getblk_slowJeff Moyer1-9/+13
2012-07-25fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu1-0/+1
2012-07-25ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques1-1/+1
2012-07-25epoll: clear the tfile_check_list on -ELOOPJason Baron1-1/+3
2012-07-25NFSv4: Further reduce the footprint of the idmapperTrond Myklebust1-6/+36
2012-07-25NFSv4: Reduce the footprint of the idmapperTrond Myklebust1-3/+13
2012-07-25hugepages: fix use after free bug in "quota" handlingDavid Gibson1-33/+21
2012-07-25ext4: Report max_batch_time option correctlyBen Hutchings1-1/+1
2012-07-25NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy1-2/+3
2012-07-12vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds1-3/+3
2012-07-12ocfs2: clear unaligned io flag when dio failsJunxiao Bi1-1/+3
2012-07-12cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton1-6/+3
2012-07-12Btrfs: run delayed directory updates during log replayChris Mason1-0/+6
2012-07-12udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-07-12udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-07-12udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet1-15/+20
2012-07-04nilfs2: ensure proper cache clearing for gc-inodesRyusuke Konishi2-0/+4
2012-06-19NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust1-0/+1
2012-06-19fuse: fix stat call on 32 bit platformsPavel Shilovsky3-1/+20
2012-06-10ext4: fix the free blocks calculation for ext3 file systems w/ uninit_bgTheodore Ts'o1-4/+4
2012-06-10ext4: don't set i_flags in EXT4_IOC_SETFLAGSTao Ma1-1/+0
2012-06-10ext4: don't trash state flags in EXT4_IOC_SETFLAGSTheodore Ts'o1-3/+9