summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-11-13f2fs: xattr simplificationsAndreas Gruenbacher
2015-11-13squashfs: xattr simplificationsAndreas Gruenbacher
2015-11-139p: xattr simplificationsAndreas Gruenbacher
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher
2015-11-13jffs2: Add missing capability check for listing trusted xattrsAndreas Gruenbacher
2015-11-13hfsplus: Remove unused xattr handler list operationsAndreas Gruenbacher
2015-11-13ubifs: Remove unused security xattr handlerAndreas Gruenbacher
2015-11-13vfs: Fix the posix_acl_xattr_list return valueAndreas Gruenbacher
2015-11-13vfs: Check attribute names in posix acl xattr handersAndreas Gruenbacher
2015-11-11fs: 9p: cache.h: Add #define of include guardTzvetelin Katchov
2015-11-11vfs: remove unused wrapper block_page_mkwrite()Ross Zwisler
2015-11-11binfmt_elf: Correct `arch_check_elf's descriptionMaciej W. Rozycki
2015-11-11fs: fix writeback.c kernel-doc warningsRandy Dunlap
2015-11-11fs: fix inode.c kernel-doc warningRandy Dunlap
2015-11-11fs/pipe.c: return error code rather than 0 in pipe_write()Eric Biggers
2015-11-11fs/pipe.c: preserve alloc_file() error codeEric Biggers
2015-11-11binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells
2015-11-11cachefiles: perform test on s_blocksize when opening cache file.NeilBrown
2015-11-11FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee
2015-11-11FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee
2015-11-11debugfs: fix refcount imbalance in start_creatingDaniel Borkmann
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-11-06fs, seqfile: always allow oom killerGreg Thelen
2015-11-06seq_file: reuse string_escape_str()Andy Shevchenko
2015-11-06fs/seq_file: use seq_* helpers in seq_hex_dump()Andy Shevchenko
2015-11-06coredump: change zap_threads() and zap_process() to use for_each_thread()Oleg Nesterov
2015-11-06coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMPOleg Nesterov
2015-11-06signal: remove jffs2_garbage_collect_thread()->allow_signal(SIGCONT)Oleg Nesterov
2015-11-06signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov
2015-11-06nilfs2: fix gcc uninitialized-variable warnings in powerpc buildRyusuke Konishi
2015-11-06nilfs2: fix gcc unused-but-set-variable warningsRyusuke Konishi
2015-11-06nilfs2: add tracepoints for analyzing reading and writing metadata filesHitoshi Mitake
2015-11-06nilfs2: add tracepoints for analyzing sufile manipulationHitoshi Mitake
2015-11-06nilfs2: add a tracepoint for transaction eventsHitoshi Mitake
2015-11-06nilfs2: add a tracepoint for tracking stage transition of segment constructionHitoshi Mitake
2015-11-06nilfs2: free unused dat file blocks during garbage collectionRyusuke Konishi
2015-11-06nilfs2: add helper functions to delete blocks from dat fileRyusuke Konishi
2015-11-06nilfs2: get rid of nilfs_palloc_group_is_in()Ryusuke Konishi
2015-11-06nilfs2: refactor nilfs_palloc_find_available_slot()Ryusuke Konishi
2015-11-06nilfs2: do not call nilfs_mdt_bgl_lock() needlesslyRyusuke Konishi
2015-11-06nilfs2: use nilfs_warning() in allocator implementationRyusuke Konishi
2015-11-06nilfs2: drop null test before destroy functionsJulia Lawall
2015-11-06fs/jffs2/wbuf.c: remove stray semicolonAndrew Morton
2015-11-06proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov
2015-11-06fs/proc/array.c: set overflow flag in case of errorAndy Shevchenko
2015-11-06fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko