summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana2017-11-281-18/+106
| * | | btrfs: tree-checker: Fix false panic for sanity testQu Wenruo2017-11-283-8/+43
| * | | Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo2017-11-272-3/+4
| * | | btrfs: Fix wild memory access in compression level parserQu Wenruo2017-11-273-3/+14
| * | | btrfs: fix deadlock when writing out space cacheJosef Bacik2017-11-271-1/+2
| * | | btrfs: clear space cache inode generation alwaysJosef Bacik2017-11-201-7/+7
| * | | Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana2017-11-157-33/+46
| * | | Btrfs: move definition of the function btrfs_find_new_delalloc_bytesFilipe Manana2017-11-151-41/+41
| * | | Btrfs: bail out gracefully rather than BUG_ONLiu Bo2017-11-151-2/+8
| * | | btrfs: dev_alloc_list is not protected by RCU, use normal list_delDavid Sterba2017-11-151-1/+1
| * | | btrfs: add missing device::flush_bio putsDavid Sterba2017-11-151-0/+10
| * | | btrfs: Fix transaction abort during failure in btrfs_rm_dev_itemNikolay Borisov2017-11-151-8/+12
| * | | Btrfs: add write_flags for compression bioLiu Bo2017-11-155-10/+20
* | | | proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds2017-11-281-2/+1Star
* | | | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27102-396/+396
| |/ / |/| |
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-252-7/+6Star
|\ \ \
| * | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-5/+4Star
| * | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-2/+2
* | | | Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-258-279/+405
|\ \ \ \
| * | | | afs: remove redundant assignment of dvnode to itselfColin Ian King2017-11-241-1/+1
| * | | | afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva2017-11-241-6/+1Star
| * | | | afs: Fix signal handling in some file opsDavid Howells2017-11-241-0/+8
| * | | | afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells2017-11-241-10/+5Star
| * | | | afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells2017-11-241-0/+5
| * | | | afs: Fix file lockingDavid Howells2017-11-175-262/+385
* | | | | Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-11-233-7/+13
|\ \ \ \ \
| * | | | | xfs: abstract out dev_t conversionsChristoph Hellwig2017-11-212-6/+12
| * | | | | xfs: fix memory leak in xfs_iext_free_last_leafShu Wang2017-11-211-1/+1
* | | | | | Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-232-2/+2
|\ \ \ \ \ \
| * | | | | | mode_t whack-a-mole: task_dump_owner()Al Viro2017-09-302-2/+2
* | | | | | | Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-11-232-0/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | fs/9p: Compare qid.path in v9fs_test_inodeTuomas Tynkkynen2017-10-242-0/+6
* | | | | | | Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-2110-154/+72Star
|\ \ \ \ \ \ \
| * | | | | | | orangefs: call op_release sooner when creating inodesMartin Brandenburg2017-11-131-9/+15
| * | | | | | | orangefs: stop setting atime on inode dirtyMartin Brandenburg2017-11-139-141/+52Star
| * | | | | | | orangefs: use ARRAY_SIZEJérémy Lefaure2017-11-132-2/+5
| * | | | | | | orangefs: remove initialization of i_versionJeff Layton2017-11-131-2/+0Star
* | | | | | | | Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-11-216-94/+206
|\ \ \ \ \ \ \ \
| * | | | | | | | ceph: silence sparse endianness warning in encode_caps_cbJeff Layton2017-11-131-2/+2
| * | | | | | | | ceph: remove the bump of i_versionJeff Layton2017-11-131-1/+0Star
| * | | | | | | | ceph: present consistent fsid, regardless of arch endiannessJeff Layton2017-11-131-2/+3
| * | | | | | | | ceph: clean up spinlocking and list handling around cleanup_cap_releases()Jeff Layton2017-11-131-13/+21
| * | | | | | | | ceph: remove unused and redundant variable droppingColin Ian King2017-11-131-2/+1Star
| * | | | | | | | ceph: -EINVAL on decoding failure in ceph_mdsc_handle_fsmap()Ilya Dryomov2017-11-131-2/+2
| * | | | | | | | ceph: disable cached readdir after dropping positive dentryYan, Zheng2017-11-131-1/+6
| * | | | | | | | ceph: fix bool initialization/comparisonThomas Meyer2017-11-131-3/+3
| * | | | | | | | ceph: handle 'session get evicted while there are file locks'Yan, Zheng2017-11-133-17/+58
| * | | | | | | | ceph: optimize flock encoding during reconnectYan, Zheng2017-11-132-21/+30
| * | | | | | | | ceph: make lock_to_ceph_filelock() staticYan, Zheng2017-11-132-32/+31Star
| * | | | | | | | ceph: keep auth cap when inode has flocks or posix locksYan, Zheng2017-11-134-9/+60
| |/ / / / / / /