summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-11-05ocfs2: do not include dio entry in case of orphan scanJoseph Qi
2015-11-05ocfs2: improve performance for localallocJoseph Qi
2015-11-05ocfs2: fill in the unused portion of the block with zeros by dio_zero_block()jiangyiwen
2015-11-05ocfs2_direct_IO_write() misses ocfs2_is_overwrite() error codeNorton.Zhu
2015-11-05logfs: fix build warningSudip Mukherjee
2015-11-05inotify: actually check for invalid bits in sys_inotify_add_watch()Dave Hansen
2015-11-05inotify: hide internal kernel bits from fdinfoDave Hansen
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2015-11-05Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-11-05Merge tag 'for-f2fs-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2015-11-05Merge tag 'dlm-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2015-11-05Merge tag 'locks-v4.4-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-04Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-04tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-11-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-03Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-11-03dlm: make posix locks interruptibleEric Ren
2015-11-03Btrfs: fix hole punching when using the no-holes featureFilipe Manana
2015-11-03Btrfs: find_free_extent: Do not erroneously skip LOOP_CACHING_WAIT statechandan
2015-11-03btrfs: Fix a data space underflow warningQu Wenruo
2015-11-02pstore: fix code comment to match codeGeliang Tang
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds
2015-11-01Merge branch 'fs-file-descriptor-optimization'Linus Torvalds
2015-10-31vfs: conditionally clear close-on-exec flagLinus Torvalds
2015-10-31vfs: Fix pathological performance case for __alloc_fd()Linus Torvalds
2015-10-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-10-29fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai
2015-10-28fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo
2015-10-27namei: permit linking with CAP_FOWNER in usernsDirk Steinmetz
2015-10-26btrfs: qgroup: Fix a rebase bug which will cause qgroup double freeQu Wenruo
2015-10-26btrfs: qgroup: Fix a race in delayed_ref which leads to abort transQu Wenruo
2015-10-26btrfs: clear PF_NOFREEZE in cleaner_kthread()Jiri Kosina
2015-10-26btrfs: qgroup: Don't copy extent buffer to do qgroup rescanQu Wenruo
2015-10-26btrfs: add balance filters limits, stripes and usage to supported maskDavid Sterba
2015-10-26btrfs: extend balance filter usage to take minimum and maximumDavid Sterba
2015-10-26btrfs: add balance filter for stripesGabríel Arthúr Pétursson
2015-10-26btrfs: extend balance filter limit to take minimum and maximumDavid Sterba
2015-10-26btrfs: fix use after free iterating extrefsChris Mason
2015-10-26btrfs: check unsupported filters in balance argumentsDavid Sterba
2015-10-26fs/binfmt_elf_fdpic.c: fix brk area overlap with stack on NOMMURich Felker
2015-10-25Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-10-25Btrfs: fix regression when running delayed referencesFilipe Manana
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-24Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi
2015-10-22locks: cleanup posix_lock_inode_wait and flock_lock_inode_waitBenjamin Coddington