summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-173-6/+21
* xfs: fix buffer use after free on IO errorEric Sandeen2014-04-171-4/+12
* xfs: wrong error sign conversion during failed DIO writesDave Chinner2014-04-171-1/+1
* xfs: unmount does not wait for shutdown during unmountDave Chinner2014-04-171-9/+44
* xfs: collapse range is delalloc challengedDave Chinner2014-04-171-6/+11
* xfs: don't map ranges that span EOF for direct IODave Chinner2014-04-171-0/+14
* xfs: zeroing space needs to punch delalloc blocksDave Chinner2014-04-142-1/+13
* xfs: xfs_vm_write_end truncates too much on failureDave Chinner2014-04-141-4/+10
* xfs: write failure beyond EOF truncates too much dataDave Chinner2014-04-141-2/+11
* xfs: kill buffers over failed write ranges properlyDave Chinner2014-04-141-0/+10
* cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven2014-04-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-135-14/+13Star
|\
| * net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-115-14/+13Star
* | ceph: fix pr_fmt() redefinitionLinus Torvalds2014-04-131-2/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-1234-699/+385Star
|\ \
| * | cifs: fix the race in cifs_writev()Al Viro2014-04-121-5/+18
| * | ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro2014-04-121-2/+2
| * | ocfs2_file_aio_write(): switch to generic_perform_write()Al Viro2014-04-021-2/+5
| * | ceph_aio_write(): switch to generic_perform_write()Al Viro2014-04-021-2/+5
| * | xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro2014-04-021-5/+6
| * | generic_file_direct_write(): get rid of ppos argumentAl Viro2014-04-024-5/+4Star
| * | btrfs_file_aio_write(): get rid of pposAl Viro2014-04-021-6/+5Star
| * | kill the 5th argument of generic_file_buffered_write()Al Viro2014-04-023-4/+3Star
| * | kill the 4th argument of __generic_file_aio_write()Al Viro2014-04-023-3/+3
| * | ocfs2: don't open-code kernel_recvmsg()Al Viro2014-04-021-18/+3Star
| * | constify blk_rq_map_user_iov() and friendsAl Viro2014-04-021-5/+5
| * | ocfs2: don't open-code kernel_sendmsg()Al Viro2014-04-021-20/+8Star
| * | read_code(): go through vfs_read() instead of calling the method directlyAl Viro2014-04-021-1/+1
| * | fold cifs_iovec_read() into its (only) callerAl Viro2014-04-021-18/+9Star
| * | cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov()Al Viro2014-04-021-45/+17Star
| * | switch vmsplice_to_user() to copy_page_to_iter()Al Viro2014-04-021-89/+21Star
| * | switch pipe_read() to copy_page_to_iter()Al Viro2014-04-021-71/+8Star
| * | cifs_iovec_read(): resubmit shouldn't restart the loopAl Viro2014-04-021-8/+8
| * | callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2014-04-022-7/+0Star
| * | switch ->is_partially_uptodate() to saner argumentsAl Viro2014-04-021-3/+3
| * | pipe: kill ->map() and ->unmap()Al Viro2014-04-023-73/+27Star
| * | fuse/dev: use atomic mapsAl Viro2014-04-021-5/+5
| * | VFS: Make delayed_free() call free_vfsmnt()David Howells2014-04-021-12/+8Star
| * | cifs: ->rename() without ->lookup() makes no senseAl Viro2014-04-021-1/+0Star
| * | get rid of pointless checks for NULL ->i_opAl Viro2014-04-022-3/+1Star
| * | ntfs: don't put NULL into ->i_op/->i_fopAl Viro2014-04-021-2/+0Star
| * | new helper: readlink_copy()Al Viro2014-04-024-46/+11Star
| * | get rid of files_defer_init()Al Viro2014-04-022-8/+4Star
| * | namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro2014-04-021-28/+27Star
| * | get_write_access() is inlined, exporting it is pointlessAl Viro2014-04-021-1/+0Star
| * | tidy do_dentry_open() up a bitAl Viro2014-04-021-12/+10Star
| * | mark struct file that had write access grabbed by open()Al Viro2014-04-023-41/+9Star
| * | fold __get_file_write_access() into its only callerAl Viro2014-04-021-19/+6Star
| * | get rid of DEBUG_WRITECOUNTAl Viro2014-04-022-13/+0Star
| * | don't bother with {get,put}_write_access() on non-regular filesAl Viro2014-04-022-21/+9Star