Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue() | Bhaktipriya Shridhar | 2016-10-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | fs/ocfs2/super: remove deprecated create_singlethread_workqueue() | Bhaktipriya Shridhar | 2016-10-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue() | Bhaktipriya Shridhar | 2016-10-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue() | Bhaktipriya Shridhar | 2016-10-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | fsnotify: clean up spinlock assertions | Jan Kara | 2016-10-07 | 2 | -8/+4 | |
| * | | | | | | | | | | | | fanotify: fix possible false warning when freeing events | Jan Kara | 2016-10-07 | 1 | -2/+11 | |
| * | | | | | | | | | | | | fanotify: use notification_lock instead of access_lock | Jan Kara | 2016-10-07 | 1 | -8/+5 | |
| * | | | | | | | | | | | | fsnotify: convert notification_mutex to a spinlock | Jan Kara | 2016-10-07 | 4 | -36/+40 | |
| * | | | | | | | | | | | | fsnotify: drop notification_mutex before destroying event | Jan Kara | 2016-10-07 | 2 | -2/+6 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-07 | 13 | -690/+230 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | pipe: add pipe_buf_steal() helper | Miklos Szeredi | 2016-10-05 | 1 | -1/+1 | |
| * | | | | | | | | | | | pipe: add pipe_buf_confirm() helper | Miklos Szeredi | 2016-10-05 | 3 | -9/+7 | |
| * | | | | | | | | | | | pipe: add pipe_buf_release() helper | Miklos Szeredi | 2016-10-05 | 3 | -19/+10 | |
| * | | | | | | | | | | | pipe: add pipe_buf_get() helper | Miklos Szeredi | 2016-10-05 | 2 | -3/+3 | |
| * | | | | | | | | | | | switch default_file_splice_read() to use of pipe-backed iov_iter | Al Viro | 2016-10-05 | 1 | -71/+40 | |
| * | | | | | | | | | | | switch generic_file_splice_read() to use of ->read_iter() | Al Viro | 2016-10-05 | 10 | -366/+36 | |
| * | | | | | | | | | | | new iov_iter flavour: pipe-backed | Al Viro | 2016-10-05 | 1 | -1/+1 | |
| * | | | | | | | | | | | fuse_dev_splice_read(): switch to add_to_pipe() | Al Viro | 2016-10-03 | 1 | -37/+9 | |
| * | | | | | | | | | | | new helper: add_to_pipe() | Al Viro | 2016-10-03 | 1 | -44/+62 | |
| * | | | | | | | | | | | splice: lift pipe_lock out of splice_to_pipe() | Al Viro | 2016-10-03 | 2 | -73/+58 | |
| * | | | | | | | | | | | splice: switch get_iovec_page_array() to iov_iter | Al Viro | 2016-10-03 | 1 | -99/+36 | |
| * | | | | | | | | | | | splice_to_pipe(): don't open-code wakeup_pipe_readers() | Al Viro | 2016-10-03 | 1 | -4/+1 | |
| * | | | | | | | | | | | consistent treatment of EFAULT on O_DIRECT read/write | Al Viro | 2016-10-03 | 1 | -0/+3 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2016-10-07 | 22 | -474/+530 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ext4: remove unused variable | Eric Engestrom | 2016-09-30 | 2 | -5/+2 | |
| * | | | | | | | | | | | ext4: use journal inode to determine journal overhead | Eric Whitney | 2016-09-30 | 1 | -2/+17 | |
| * | | | | | | | | | | | ext4: create function to read journal inode | Eric Whitney | 2016-09-30 | 1 | -9/+23 | |
| * | | | | | | | | | | | ext4: unmap metadata when zeroing blocks | Jan Kara | 2016-09-30 | 1 | -1/+9 | |
| * | | | | | | | | | | | ext4: remove plugging from ext4_file_write_iter() | Jan Kara | 2016-09-30 | 1 | -4/+0 | |
| * | | | | | | | | | | | ext4: allow unlocked direct IO when pages are cached | Jan Kara | 2016-09-30 | 1 | -2/+1 | |
| * | | | | | | | | | | | ext4: require encryption feature for EXT4_IOC_SET_ENCRYPTION_POLICY | Richard Weinberger | 2016-09-30 | 1 | -0/+3 | |
| * | | | | | | | | | | | fscrypto: use standard macros to compute length of fname ciphertext | Eric Biggers | 2016-09-30 | 1 | -12/+5 | |
| * | | | | | | | | | | | ext4: do not unnecessarily null-terminate encrypted symlink data | Eric Biggers | 2016-09-30 | 1 | -2/+0 | |
| * | | | | | | | | | | | ext4: release bh in make_indexed_dir | gmail | 2016-09-30 | 1 | -8/+6 | |
| * | | | | | | | | | | | ext4: Allow parallel DIO reads | Jan Kara | 2016-09-30 | 1 | -22/+18 | |
| * | | | | | | | | | | | ext4: allow DAX writeback for hole punch | Ross Zwisler | 2016-09-22 | 1 | -2/+2 | |
| * | | | | | | | | | | | jbd2: fix lockdep annotation in add_transaction_credits() | Jan Kara | 2016-09-22 | 1 | -2/+4 | |
| * | | | | | | | | | | | fscrypto: make filename crypto functions return 0 on success | Eric Biggers | 2016-09-15 | 6 | -39/+47 | |
| * | | | | | | | | | | | fscrypto: rename completion callbacks to reflect usage | Eric Biggers | 2016-09-15 | 2 | -9/+11 | |
| * | | | | | | | | | | | fscrypto: remove unnecessary includes | Eric Biggers | 2016-09-15 | 3 | -6/+0 | |
| * | | | | | | | | | | | fscrypto: improved validation when loading inode encryption metadata | Eric Biggers | 2016-09-15 | 1 | -23/+45 | |
| * | | | | | | | | | | | ext4: fix memory leak when symlink decryption fails | Eric Biggers | 2016-09-15 | 1 | -2/+1 | |
| * | | | | | | | | | | | jbd2: move more common code into journal_init_common() | Geliang Tang | 2016-09-15 | 1 | -81/+50 | |
| * | | | | | | | | | | | ext4: remove unused definition for MAX_32_NUM | Fabian Frederick | 2016-09-15 | 1 | -2/+0 | |
| * | | | | | | | | | | | ext4: create EXT4_MAX_BLOCKS() macro | Fabian Frederick | 2016-09-15 | 3 | -14/+7 | |
| * | | | | | | | | | | | ext4: remove unneeded test in ext4_alloc_file_blocks() | Fabian Frederick | 2016-09-15 | 1 | -7/+2 | |
| * | | | | | | | | | | | ext4: fix memory leak in ext4_insert_range() | Fabian Frederick | 2016-09-15 | 1 | -0/+3 | |
| * | | | | | | | | | | | ext4: bugfix for mmaped pages in mpage_release_unused_pages() | wangguang | 2016-09-15 | 1 | -0/+2 | |
| * | | | | | | | | | | | ext4: improve ext4lazyinit scalability | Dmitry Monakhov | 2016-09-05 | 1 | -10/+31 | |
| * | | | | | | | | | | | ext4: cleanup ext4_sync_parent() | Jan Kara | 2016-09-05 | 1 | -1/+8 |