aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-04-14ocfs2: fix a typing error in ocfs2_direct_IO_writeJoseph Qi1-1/+1
2015-04-14ocfs2: avoid a pointless delay in o2cb_cluster_check()Daeseok Youn1-1/+1
2015-04-14ocfs2: one function call less in user_cluster_connect() after error detectionMarkus Elfring1-4/+2
2015-04-14ocfs2: one function call less in ocfs2_init_slot_info() after error detectionMarkus Elfring1-1/+1
2015-04-14ocfs2: one function call less in ocfs2_merge_rec_right() after error detectionMarkus Elfring1-1/+1
2015-04-14ocfs2: one function call less in ocfs2_merge_rec_left() after error detectionMarkus Elfring1-1/+1
2015-04-14ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error de...Markus Elfring1-11/+13
2015-04-14ocfs2: less function calls in ocfs2_convert_inline_data_to_extents() after er...Markus Elfring1-2/+3
2015-04-14ocfs2: delete unnecessary checks before three function callsMarkus Elfring3-14/+7
2015-04-14Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-95/+184
2015-04-14Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-1/+1
2015-04-14Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds50-836/+602
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+655
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-04-13Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+11
2015-04-13um: hostfs: Reduce number of syscalls in readdirRichard Weinberger3-4/+12
2015-04-13UBIFS: fix output format of INUM_WATERMARKSheng Yong1-1/+1
2015-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-12/+25
2015-04-12ext4 crypto: enable filename encryptionMichael Halcrow2-17/+68
2015-04-12ext4 crypto: filename encryption modificationsMichael Halcrow1-44/+204
2015-04-12ext4 crypto: partial update to namei.c for fname cryptoMichael Halcrow1-8/+101
2015-04-12ext4 crypto: insert encrypted filenames into a leaf directory blockMichael Halcrow3-13/+79
2015-04-12ext4 crypto: teach ext4_htree_store_dirent() to store decrypted filenamesTheodore Ts'o4-13/+35
2015-04-12ext4 crypto: filename encryption facilitiesMichael Halcrow5-1/+779
2015-04-12ext4 crypto: implement the ext4 decryption read pathMichael Halcrow3-3/+88
2015-04-12ext4 crypto: implement the ext4 encryption write pathMichael Halcrow4-6/+173
2015-04-12ext4 crypto: inherit encryption policies on inode and directory createMichael Halcrow1-1/+20
2015-04-12ext4 crypto: enforce context consistencyTheodore Ts'o1-1/+23
2015-04-12ext4 crypto: add encryption key management facilitiesMichael Halcrow4-1/+179
2015-04-12ext4 crypto: add ext4 encryption facilitiesMichael Halcrow6-1/+682
2015-04-11ocfs2: use __generic_file_write_iter()Al Viro1-57/+7
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro9-20/+20
2015-04-11switch generic_write_checks() to iocb and iterAl Viro12-140/+79
2015-04-11ocfs2: move generic_write_checks() before the alignment checksAl Viro1-24/+18
2015-04-11ocfs2_file_write_iter: stop messing with pposAl Viro1-12/+12
2015-04-11Merge branch 'for-linus' into for-nextAl Viro2-12/+25
2015-04-11udf_file_write_iter: reorder and simplifyAl Viro1-20/+14
2015-04-11fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro1-8/+3
2015-04-11ext4_file_write_iter: move generic_write_checks() upAl Viro1-19/+20
2015-04-11xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro1-15/+16
2015-04-11generic_write_checks(): drop isblk argumentAl Viro12-16/+15
2015-04-11blkdev_write_iter: expand generic_file_checks() call in thereAl Viro1-6/+9
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro4-19/+54
2015-04-11cifs: fold cifs_iovec_write() into the only callerAl Viro1-31/+16
2015-04-11ntfs: move iov_iter_truncate() closer to generic_write_checks()Al Viro1-52/+29
2015-04-11new_sync_write(): discard ->ki_pos unless the return value is positiveAl Viro1-1/+2
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval24-48/+33
2015-04-11direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval21-60/+60
2015-04-11Remove rw from dax_{do_,}io()Omar Sandoval4-19/+18