Age | Commit message (Expand) | Author |
2018-03-23 | fuse: define the filesystem as untrusted | Mimi Zohar |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2017-11-29 | make kernel-side POLL... arch-independent | Al Viro |
2017-11-27 | fs: annotate ->poll() instances | Al Viro |
2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) | Linus Torvalds |
2017-11-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2017-11-15 | fs: fuse: account fuse_inode slab memory as reclaimable | Johannes Weiner |
2017-11-15 | mm: remove cold parameter for release_pages | Mel Gorman |
2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook |
2017-10-25 | fuse: fix READDIRPLUS skipping an entry | Miklos Szeredi |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland |
2017-10-18 | Convert fs/*/* to SB_I_VERSION | Matthew Garrett |
2017-09-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds |
2017-09-12 | fuse: getattr cleanup | Miklos Szeredi |
2017-09-12 | fuse: honor iocb sync flags on write | Miklos Szeredi |
2017-09-12 | fuse: allow server to run in different pid_ns | Miklos Szeredi |
2017-09-06 | Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds |
2017-09-06 | Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds |
2017-08-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds |
2017-08-11 | fuse: set mapping error in writepage_locked when it fails | Jeff Layton |
2017-08-03 | fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio | Ashish Samant |
2017-07-31 | fuse: convert to errseq_t based error tracking for fsync | Jeff Layton |
2017-07-16 | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks | Benjamin Coddington |
2017-06-09 | fuse: initialize the flock flag in fuse_file on allocation | Mateusz Jurczyk |
2017-05-20 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-05-17 | fuseblk: Fix warning in super_setup_bdi_name() | Jan Kara |
2017-05-10 | Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2017-05-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds |
2017-05-09 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2017-04-26 | fs: constify tree_descr arrays passed to simple_fill_super() | Eric Biggers |
2017-04-21 | locks: Set FL_CLOSE when removing flock locks on close() | Benjamin Coddington |
2017-04-20 | fuse: Get rid of bdi_initialized | Jan Kara |
2017-04-20 | fuse: Convert to separately allocated bdi | Jan Kara |
2017-04-18 | fuse: Add support for pid namespaces | Seth Forshee |
2017-04-18 | fuse: convert fuse_conn.count from atomic_t to refcount_t | Elena Reshetova |
2017-04-18 | fuse: convert fuse_req.count from atomic_t to refcount_t | Elena Reshetova |
2017-04-18 | fuse: convert fuse_file.count from atomic_t to refcount_t | Elena Reshetova |
2017-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz... | Linus Torvalds |
2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang |
2017-02-22 | fuse: release: private_data cannot be NULL | Miklos Szeredi |
2017-02-22 | fuse: cleanup fuse_file refcounting | Miklos Szeredi |
2017-02-22 | fuse: add missing FR_FORCE | Miklos Szeredi |
2017-02-20 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-02-16 | fuse: fix uninitialized flags in pipe_buffer | Miklos Szeredi |