Age | Commit message (Expand) | Author | Files | Lines |
2018-11-27 | kernfs: Improve kernfs_notify() poll notification latency | Radu Rendec | 1 | -12/+11 |
2018-10-27 | mm: zero-seek shrinkers | Johannes Weiner | 1 | -0/+3 |
2018-09-16 | kernfs: Fix range checks in kernfs_get_target_path | Bernd Edlinger | 1 | -1/+4 |
2018-08-18 | Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2018-07-21 | kernfs: allow creating kernfs objects with arbitrary uid/gid | Dmitry Torokhov | 5 | -7/+45 |
2018-07-07 | kernfs: Replace strncpy with memcpy | Guenter Roeck | 1 | -1/+1 |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -6/+6 |
2018-06-14 | Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti... | Arnd Bergmann | 2 | -6/+6 |
2018-06-06 | vfs: change inode times to use struct timespec64 | Deepa Dinamani | 2 | -6/+6 |
2018-06-06 | Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -4/+4 |
2018-05-21 | kernfs: deal with kernfs_fill_super() failures | Al Viro | 1 | -0/+1 |
2018-04-23 | fs: kernfs: Adding new return type vm_fault_t | Souptick Joarder | 1 | -4/+4 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
2018-02-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2018-01-19 | kernfs: fix regression in kernfs_fop_write caused by wrong type | Ivan Vecera | 1 | -1/+1 |
2017-11-28 | fs: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
2017-11-28 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds | 1 | -1/+1 |
2017-09-07 | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 6 | -42/+197 |
2017-09-01 | kernfs: checking for IS_ERR() instead of NULL | Dan Carpenter | 1 | -2/+2 |
2017-08-28 | kernfs: Clarify lockdep name for kn->count | Waiman Long | 1 | -1/+1 |
2017-07-29 | blktrace: add an option to allow displaying cgroup path | Shaohua Li | 1 | -0/+19 |
2017-07-29 | kernfs: add exportfs operations | Shaohua Li | 1 | -0/+56 |
2017-07-29 | kernfs: introduce kernfs_node_id | Shaohua Li | 3 | -9/+9 |
2017-07-29 | kernfs: don't set dentry->d_fsdata | Shaohua Li | 6 | -31/+27 |
2017-07-29 | kernfs: add an API to get kernfs node from inode number | Shaohua Li | 3 | -1/+69 |
2017-07-29 | kernfs: implement i_generation | Shaohua Li | 2 | -1/+10 |
2017-07-29 | kernfs: use idr instead of ida to manage inode number | Shaohua Li | 1 | -5/+12 |
2017-03-17 | kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file() | Vaibhav Jain | 1 | -1/+2 |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -6/+6 |
2017-03-03 | statx: Add a system call to make enhanced file info available | David Howells | 2 | -6/+6 |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 1 | -1/+1 |
2017-02-28 | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 3 | -9/+57 |
2017-02-25 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -7/+6 |
2017-02-21 | kernfs: fix locking around kernfs_ops->release() callback | Tejun Heo | 1 | -5/+14 |
2017-02-10 | kernfs: handle null pointers while printing node name and path | Konstantin Khlebnikov | 1 | -0/+10 |
2016-12-27 | kernfs: add kernfs_ops->open/release() callbacks | Tejun Heo | 3 | -8/+47 |
2016-12-27 | kernfs: make kernfs_open_file->mmapped a bitfield | Tejun Heo | 1 | -1/+1 |
2016-12-18 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -1/+0 |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi | 1 | -1/+0 |
2016-11-29 | kernfs: Declare two local data structures static | Bart Van Assche | 1 | -2/+2 |
2016-10-27 | kernfs: Add noop_fsync to supported kernfs_file_fops | Tony Luck | 1 | -0/+1 |
2016-10-14 | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -67/+17 |
2016-10-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+6 |
2016-10-11 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro | 1 | -1/+5 |
2016-10-11 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 5 | -86/+83 |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro | 1 | -1/+1 |
2016-10-08 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher | 3 | -9/+0 |
2016-10-07 | kernfs: Switch to generic xattr handlers | Andreas Gruenbacher | 5 | -86/+92 |
2016-09-28 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 1 | -1/+1 |