summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-11-1419-500/+266
|\
| * ext4: improve smp scalability for inode generationTheodore Ts'o2017-11-094-12/+4
| * ext4: add support for online resizing with bigallocharshads2017-10-294-58/+84
| * ext4: mention noload when recovering on read-only deviceSimon Ruderich2017-10-181-1/+2
| * ext4: convert timers to use timer_setup()Kees Cook2017-10-181-9/+5
| * jbd2: convert timers to use timer_setup()Kees Cook2017-10-181-5/+4
| * ext4: remove duplicate extended attributes defsRoss Zwisler2017-10-121-37/+0
| * ext4: add ext4_should_use_dax()Ross Zwisler2017-10-121-3/+16
| * ext4: add sanity check for encryption + DAXRoss Zwisler2017-10-121-0/+3
| * ext4: prevent data corruption with journaling + DAXRoss Zwisler2017-10-122-8/+13
| * ext4: prevent data corruption with inline data + DAXRoss Zwisler2017-10-122-10/+5
| * ext4: fix interaction between i_size, fallocate, and delalloc after a crashTheodore Ts'o2017-10-071-2/+4
| * ext4: retry allocations conservativelyTheodore Ts'o2017-10-011-8/+7
| * ext4: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2017-10-014-327/+49
| * ext4: Add iomap support for inline dataAndreas Gruenbacher2017-10-013-2/+51
| * iomap: Add IOMAP_F_DATA_INLINE flagAndreas Gruenbacher2017-10-011-0/+2
| * iomap: Switch from blkno to disk offsetAndreas Gruenbacher2017-10-017-18/+17
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1420-131/+187
|\ \
| * | fscrypt: lock mutex before checking for bounce page poolEric Biggers2017-10-311-5/+2
| * | ext4: switch to fscrypt_prepare_setattr()Eric Biggers2017-10-191-8/+4
| * | ext4: switch to fscrypt_prepare_lookup()Eric Biggers2017-10-191-16/+6
| * | ext4: switch to fscrypt_prepare_rename()Eric Biggers2017-10-191-26/+7
| * | ext4: switch to fscrypt_prepare_link()Eric Biggers2017-10-191-3/+4
| * | ext4: switch to fscrypt_file_open()Eric Biggers2017-10-191-19/+4
| * | fscrypt: new helper function - fscrypt_prepare_lookup()Eric Biggers2017-10-191-0/+18
| * | fscrypt: new helper function - fscrypt_prepare_rename()Eric Biggers2017-10-191-0/+30
| * | fscrypt: new helper function - fscrypt_prepare_link()Eric Biggers2017-10-191-0/+15
| * | fscrypt: new helper function - fscrypt_file_open()Eric Biggers2017-10-192-1/+50
| * | fscrypt: remove unneeded empty fscrypt_operations structsEric Biggers2017-10-193-11/+6
| * | fscrypt: remove ->is_encrypted()Eric Biggers2017-10-195-13/+2
| * | fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()Eric Biggers2017-10-194-7/+6
| * | fs, fscrypt: add an S_ENCRYPTED inode flagEric Biggers2017-10-196-6/+21
| * | fscrypt: clean up include file messDave Chinner2017-10-194-16/+12
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-145-108/+17
|\ \
| * | cifs: move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
| * | fscrypt: move to generic async completionGilad Ben-Yossef2017-11-034-82/+13
| |/
* | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-141-1/+2
|\ \
| * | tty fix oops when rmmod 8250nixiaoming2017-10-201-1/+2
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-144-12/+7
|\ \ \
| * | | pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann2017-11-121-4/+1
| * | | fs/ncpfs: Convert timers to use timer_setup()Kees Cook2017-11-023-7/+5
| * | | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-1/+1
|\ \ \
| * \ \ Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-08536-260/+982
| |\ \ \
| * | | | sched/debug: Rename task-state printing helpersPeter Zijlstra2017-10-101-1/+1
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-1322-54/+45
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07503-81/+653
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-2517-26/+27
| * | | | | locking/atomics, fs/ncpfs: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-9/+0
| * | | | | locking/atomics, fs/dcache: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland2017-10-251-9/+9