summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-041-0/+86
|\
| * Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-2755-492/+670
| |\
| * | chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe2017-03-211-0/+86
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-0313-46/+69
|\ \ \
| * | | fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin2017-05-031-6/+5
| * | | fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin2017-05-031-10/+8
| * | | jbd2: make the whole kjournald2 kthread NOFS safeMichal Hocko2017-05-031-0/+9
| * | | jbd2: mark the transaction context with the scope GFP_NOFS contextMichal Hocko2017-05-031-0/+12
| * | | xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko2017-05-032-10/+10
| * | | mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-031-1/+1
| * | | xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko2017-05-035-13/+13
| * | | proc: show MADV_FREE pages info in smapsShaohua Li2017-05-031-1/+7
| * | | fs/ocfs2/cluster: use offset_in_page() macroGeliang Tang2017-05-031-1/+1
| * | | ocfs2: o2hb: revert hb threshold to keep compatibleJunxiao Bi2017-05-031-4/+4
| * | | fs/ocfs2/cluster: use setup_timerGeliang Tang2017-05-031-3/+2
* | | | Merge branch 'generic' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/...Linus Torvalds2017-05-0323-179/+335
|\ \ \ \
| * | | | ext4: Improve comments in ext4_quota_{on|off}()Jan Kara2017-04-241-2/+10
| * | | | udf: use kmap_atomic for memcpy copyingFabian Frederick2017-04-242-9/+9
| * | | | udf: use octal for permissionsFabian Frederick2017-04-242-8/+8
| * | | | quota: Remove dquot_quotactl_opsJan Kara2017-04-191-12/+0
| * | | | reiserfs: Remove i_attrs_to_sd_attrs()Jan Kara2017-04-193-28/+1
| * | | | reiserfs: Remove useless setting of i_flagsJan Kara2017-04-191-4/+0
| * | | | jfs: Remove jfs_get_inode_flags()Jan Kara2017-04-194-22/+0
| * | | | ext2: Remove ext2_get_inode_flags()Jan Kara2017-04-193-22/+0
| * | | | ext4: Remove ext4_get_inode_flags()Jan Kara2017-04-193-29/+0
| * | | | quota: Stop setting IMMUTABLE and NOATIME flags on quota filesJan Kara2017-04-191-14/+5
| * | | | jfs: Set flags on quota files directlyJan Kara2017-04-191-2/+77
| * | | | ext2: Set flags on quota files directlyJan Kara2017-04-191-2/+76
| * | | | reiserfs: Set flags on quota files directlyJan Kara2017-04-191-3/+54
| * | | | ext4: Set flags on quota files directlyJan Kara2017-04-191-6/+56
| * | | | reiserfs: Protect dquot_writeback_dquots() by s_umount semaphoreJan Kara2017-04-051-0/+14
| * | | | reiserfs: Make cancel_old_flush() reliableJan Kara2017-04-053-7/+17
| * | | | ext2: Call dquot_writeback_dquots() with s_umount heldJan Kara2017-04-053-7/+7
| * | | | reiserfs: avoid a -Wmaybe-uninitialized warningArnd Bergmann2017-03-232-2/+1
* | | | | Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Linus Torvalds2017-05-0318-704/+680
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fanotify: don't expose EOPENSTALE to userspaceAmir Goldstein2017-04-251-8/+18
| * | | | fsnotify: remove a stray unlockDan Carpenter2017-04-241-1/+0
| * | | | fsnotify: Move ->free_mark callback to fsnotify_opsJan Kara2017-04-108-26/+32
| * | | | fsnotify: Add group pointer in fsnotify_init_mark()Jan Kara2017-04-104-15/+16
| * | | | fsnotify: Drop inode_mark.cJan Kara2017-04-103-90/+59
| * | | | fsnotify: Remove fsnotify_find_{inode|vfsmount}_mark()Jan Kara2017-04-107-65/+11
| * | | | fsnotify: Remove fsnotify_detach_group_marks()Jan Kara2017-04-103-38/+18
| * | | | fsnotify: Rename fsnotify_clear_marks_by_group_flags()Jan Kara2017-04-101-7/+5
| * | | | fsnotify: Inline fsnotify_clear_{inode|vfsmount}_mark_group()Jan Kara2017-04-102-13/+0
| * | | | fsnotify: Remove fsnotify_recalc_{inode|vfsmount}_mask()Jan Kara2017-04-104-15/+5
| * | | | fsnotify: Remove fsnotify_set_mark_{,ignored_}mask_locked()Jan Kara2017-04-104-29/+9
| * | | | fanotify: Release SRCU lock when waiting for userspace responseJan Kara2017-04-101-2/+15
| * | | | fsnotify: Pass fsnotify_iter_info into handle_event handlerJan Kara2017-04-106-11/+22
| * | | | fsnotify: Provide framework for dropping SRCU lock in ->handle_eventJan Kara2017-04-103-0/+89
| * | | | fsnotify: Remove special handling of mark destruction on group shutdownJan Kara2017-04-103-11/+12