summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-1645-562/+439
|\
| * configfs: Fix inconsistent use of file_inode() vs file->f_path.dentry->d_inodeDavid Howells2015-04-151-1/+1
| * VFS: Make pathwalk use d_is_reg() rather than S_ISREG()David Howells2015-04-151-1/+1
| * VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR()David Howells2015-04-151-1/+1
| * VFS: Combine inode checks with d_is_negative() and d_is_positive() in pathwalkDavid Howells2015-04-151-3/+3
| * NFS: Don't use d_inode as a variable nameDavid Howells2015-04-151-4/+4
| * VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells2015-04-151-8/+39
| * nfs: generic_write_checks() shouldn't be done on swapout...Al Viro2015-04-152-13/+10
| * ocfs2: use __generic_file_write_iter()Al Viro2015-04-111-57/+7
| * mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro2015-04-119-20/+20
| * switch generic_write_checks() to iocb and iterAl Viro2015-04-1112-140/+79
| * ocfs2: move generic_write_checks() before the alignment checksAl Viro2015-04-111-24/+18
| * ocfs2_file_write_iter: stop messing with pposAl Viro2015-04-111-12/+12
| * Merge branch 'for-linus' into for-nextAl Viro2015-04-112-12/+25
| |\
| * | udf_file_write_iter: reorder and simplifyAl Viro2015-04-111-20/+14
| * | fuse: ->direct_IO() doesn't need generic_write_checks()Al Viro2015-04-111-8/+3
| * | ext4_file_write_iter: move generic_write_checks() upAl Viro2015-04-111-19/+20
| * | xfs_file_aio_write_checks: switch to iocb/iov_iterAl Viro2015-04-111-15/+16
| * | generic_write_checks(): drop isblk argumentAl Viro2015-04-1112-16/+15
| * | blkdev_write_iter: expand generic_file_checks() call in thereAl Viro2015-04-111-6/+9
| * | lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro2015-04-114-19/+54
| * | cifs: fold cifs_iovec_write() into the only callerAl Viro2015-04-111-31/+16
| * | ntfs: move iov_iter_truncate() closer to generic_write_checks()Al Viro2015-04-111-52/+29
| * | new_sync_write(): discard ->ki_pos unless the return value is positiveAl Viro2015-04-111-1/+2
| * | direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2015-04-1124-48/+33
| * | direct_IO: use iov_iter_rw() instead of rw everywhereOmar Sandoval2015-04-1121-60/+60
| * | Remove rw from dax_{do_,}io()Omar Sandoval2015-04-114-19/+18
| * | Remove rw from {,__,do_}blockdev_direct_IO()Omar Sandoval2015-04-1119-64/+55
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-04-1625-308/+461
|\ \ \
| * | | udf: Update ctime and mtime when directory is modifiedJan Kara2015-04-011-2/+7
| * | | udf: return correct errno for udf_update_inode()Changwoo Min2015-04-011-1/+1
| * | | ext3: Remove useless condition in if statement.Wei Yuan2015-04-011-2/+1
| * | | vfs: Add general support to enforce project quota limitsLi Xi2015-03-182-5/+21
| * | | reiserfs: fix __RASSERT format stringNicolas Iooss2015-03-171-1/+0
| * | | Merge branch 'quota_interface' into for_next_testingJan Kara2015-03-169-247/+369
| |\ \ \
| | * | | quota: Hook up Q_XSETQLIM for id 0 to ->set_infoJan Kara2015-03-041-0/+39
| | * | | xfs: Add support for Q_SETINFOJan Kara2015-03-041-0/+37
| | * | | quota: Make ->set_info use structure with neccesary info to VFS and XFSJan Kara2015-03-042-12/+36
| | * | | quota: Remove ->get_xstate and ->get_xstatev callbacksJan Kara2015-03-041-10/+4
| | * | | gfs2: Convert to using ->get_state callbackJan Kara2015-03-041-13/+15
| | * | | xfs: Convert to using ->get_state callbackJan Kara2015-03-043-205/+71
| | * | | quota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_stateJan Kara2015-03-041-4/+134
| | * | | quota: Make VFS quotas use new interface for getting quota infoJan Kara2015-03-045-21/+51
| * | | | udf: use int for allocated blocks instead of sector_tFabian Frederick2015-03-161-1/+1
| * | | | udf: remove redundant buffer_head.h includesFabian Frederick2015-03-1411-11/+0
| * | | | udf: remove else after return in __load_block_bitmap()Fabian Frederick2015-03-141-8/+7
| * | | | udf: remove unused variable in udf_table_free_blocks()Fabian Frederick2015-03-141-2/+0
| * | | | quota: Fix maximum quota limit settingsJan Kara2015-03-041-4/+8
| * | | | quota: paranoia: check quota tree rootKonstantin Khlebnikov2015-03-041-0/+7
| * | | | quota: optimize i_dquot accessKonstantin Khlebnikov2015-03-041-24/+39
| |/ / /
OpenPOWER on IntegriCloud