summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-05-27jbd2: enable journal clients to enable v2 checksummingDarrick J. Wong2-13/+92
2012-05-23jbd2: change disk layout for metadata checksummingDarrick J. Wong2-5/+5
2012-05-21ext4: enable the 64-bit jbd2 feature based on the 64-bit ext4 featureTheodore Ts'o1-1/+1
2012-04-30ext4: remove unnecessary check in add_dirent_to_buf()Theodore Ts'o1-5/+2
2012-04-30ext4: add checksums to the MMP blockDarrick J. Wong2-5/+42
2012-04-30ext4: make block group checksums use metadata_csum algorithmDarrick J. Wong7-50/+76
2012-04-30ext4: Calculate and verify checksums of extended attribute blocksDarrick J. Wong1-15/+77
2012-04-30ext4: calculate and verify checksums of directory leaf blocksDarrick J. Wong3-15/+259
2012-04-30ext4: Calculate and verify checksums for htree nodesDarrick J. Wong1-4/+156
2012-04-30ext4: verify and calculate checksums for extent tree blocksDarrick J. Wong2-0/+61
2012-04-30ext4: calculate and verify block bitmap checksumDarrick J. Wong6-8/+104
2012-04-30ext4: calculate and verify checksums for inode bitmapsDarrick J. Wong4-5/+135
2012-04-30ext4: calculate and verify inode checksumsDarrick J. Wong4-8/+126
2012-04-30ext4: calculate and verify superblock checksumDarrick J. Wong7-7/+76
2012-04-30ext4: load the crc32c driver if necessaryDarrick J. Wong3-0/+41
2012-04-30ext4: record the checksum algorithm in use in the superblockDarrick J. Wong1-0/+18
2012-04-30ext4: change on-disk layout to support extended metadata checksummingDarrick J. Wong4-9/+63
2012-04-30ext4: create a new BH_Verified flag to avoid unnecessary metadata validationDarrick J. Wong1-9/+26
2012-04-30autofs: make the autofsv5 packet file descriptor use a packetized pipeLinus Torvalds3-2/+13
2012-04-30pipes: add a "packetized pipe" mode for writingLinus Torvalds1-2/+29
2012-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds15-139/+148
2012-04-28Revert "autofs: work around unhappy compat problem on x86-64"Linus Torvalds4-23/+3
2012-04-28Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-11/+16
2012-04-27Btrfs: reduce lock contention during extent insertionChris Mason1-2/+7
2012-04-27Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdirChris Mason1-29/+1
2012-04-27Btrfs: Fix space checking during fs resizeDaniel J Blueman1-1/+1
2012-04-27Btrfs: fix block_rsv and space_info lock orderingStefan Behrens1-2/+2
2012-04-27Btrfs: Prevent root_list corruptionDaniel J Blueman1-0/+2
2012-04-27Btrfs: fix repair code for RAID10Jan Schmidt1-1/+2
2012-04-27Btrfs: do not start delalloc inodes during syncJosef Bacik1-1/+0
2012-04-27Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-5/+4
2012-04-26Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-31/+73
2012-04-26revert "proc: clear_refs: do not clear reserved pages"Will Deacon1-3/+0
2012-04-26hugetlbfs: lockdep annotate root inode properlyAneesh Kumar K.V1-0/+1
2012-04-26fs/buffer.c: remove BUG() in possible but rare conditionGlauber Costa1-1/+0
2012-04-26epoll: clear the tfile_check_list on -ELOOPJason Baron1-1/+3
2012-04-24Use correct conversion specifiers in cifs_show_optionsSachin Prabhu1-4/+4
2012-04-24CIFS: Show backupuid/gid in /proc/mountsSachin Prabhu2-6/+10
2012-04-24GFS2: Instruct DLM to avoid queue convert slowdownBob Peterson1-3/+7
2012-04-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+4
2012-04-24super.c: unused variable warning without CONFIG_QUOTAEldad Zack1-0/+2
2012-04-24jbd2: use GFP_NOFS for blkdev_issue_flushShaohua Li1-2/+2
2012-04-24Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/te...Linus Torvalds1-0/+12
2012-04-23dlm: fix QUECVT when convert queue is emptyDavid Teigland1-0/+12
2012-04-21NFSv4: Keep dropped state owners on the LRU list for a whileTrond Myklebust1-9/+11
2012-04-21NFSv4: Ensure that we don't drop a state owner more than onceTrond Myklebust1-3/+7
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-21aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio()Al Viro1-1/+14
2012-04-21NFSv4: Ensure we do not reuse open owner namesTrond Myklebust4-7/+10
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds5-47/+15