summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-011-1/+1
|\
| * timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-01-171-1/+1
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-3011-32/+113
|\ \
| * | Revert "btrfs: synchronize incompat feature bits with sysfs files"Chris Mason2016-01-294-17/+0Star
| * | btrfs: don't use GFP_HIGHMEM for free-space-tree bitmap kzallocChris Mason2016-01-271-1/+1
| * | Merge branch 'dev/fst-followup' of git://git.kernel.org/pub/scm/linux/kernel/...Chris Mason2016-01-276-18/+34
| |\ \
| | * | btrfs: add free space tree to the cow-only listDavid Sterba2016-01-251-1/+2
| | * | btrfs: add free space tree to lockdep classesDavid Sterba2016-01-251-0/+1
| | * | btrfs: tweak free space tree bitmap allocationDavid Sterba2016-01-221-2/+16
| | * | btrfs: tests: switch to GFP_KERNELDavid Sterba2016-01-223-15/+15
| * | | btrfs: sysfs: check initialization state before updating featuresDavid Sterba2016-01-271-0/+3
| * | | Revert "btrfs: clear PF_NOFREEZE in cleaner_kthread()"David Sterba2016-01-261-1/+0Star
| * | | btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo2016-01-261-1/+1
| * | | Btrfs: fix race between fsync and lockless direct IO writesFilipe Manana2016-01-262-11/+39
| * | | Merge branch 'fix/fst-sysfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-01-266-1/+53
| |\ \ \
| | * | | btrfs: synchronize incompat feature bits with sysfs filesDavid Sterba2016-01-214-0/+17
| | * | | btrfs: sysfs: introduce helper for syncing bits with sysfs filesDavid Sterba2016-01-212-0/+33
| | * | | btrfs: sysfs: add free-space-tree bit attributeDavid Sterba2016-01-211-0/+2
| | * | | btrfs: sysfs: fix typo in compat_ro attribute definitionDavid Sterba2016-01-201-1/+1
| | |/ /
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-241-1/+5
|\ \ \ \
| * | | | ELF: Also pass any interpreter's file header to `arch_check_elf'Maciej W. Rozycki2016-01-201-1/+5
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-01-244-150/+389
|\ \ \ \ \
| * | | | | ceph: use i_size_{read,write} to get/set i_sizeYan, Zheng2016-01-214-26/+25Star
| * | | | | ceph: re-send AIO write request when getting -EOLDSNAP errorYan, Zheng2016-01-211-4/+86
| * | | | | ceph: Asynchronous IO supportYan, Zheng2016-01-211-119/+278
| * | | | | ceph: Avoid to propagate the invalid page pointMinfei Huang2016-01-211-1/+0Star
| * | | | | ceph: fix double page_unlock() in page_mkwrite()Yan, Zheng2016-01-211-4/+4
| |/ / / /
* | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2016-01-2416-52/+238
|\ \ \ \ \
| * | | | | cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-01-141-0/+1
| * | | | | cifs: fix race between call_async() and reconnect()Rabin Vincent2016-01-142-3/+5
| * | | | | Prepare for encryption support (first part). Add decryption and encryption ke...Steve French2016-01-1410-33/+156
| * | | | | cifs: Allow using O_DIRECT with cache=looseRoss Lagerwall2016-01-141-0/+15
| * | | | | cifs: Make echo interval tunableSteve French2016-01-143-11/+34
| * | | | | cifs: Check uniqueid for SMB2+ and return -ESTALE if necessaryRoss Lagerwall2016-01-141-2/+22
| * | | | | Print IP address of unresponsive serverArnd Hannemann2016-01-141-2/+5
| * | | | | cifs: Ratelimit kernel log messagesJamie Bainbridge2016-01-142-6/+5Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-23136-722/+725
|\ \ \ \ \ \
| * | | | | | vfs: abort dedupe loop if fatal signals are pendingDarrick J. Wong2016-01-231-0/+3
| * | | | | | wrappers for ->i_mutex accessAl Viro2016-01-23136-722/+722
* | | | | | | Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-01-235-69/+47Star
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'bugfixes'Trond Myklebust2016-01-222-63/+42Star
| |\ \ \ \ \ \ \
| | * | | | | | | pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust2016-01-221-4/+2Star
| | * | | | | | | pNFS/flexfiles: Improve merging of errors in LAYOUTRETURNTrond Myklebust2016-01-211-59/+40Star
| * | | | | | | | NFS: Simplify nfs_request_add_commit_list() argumentsAnna Schumaker2016-01-213-6/+5Star
* | | | | | | | | tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-235-22/+6Star
* | | | | | | | | dax: never rely on bh.b_dev being set by get_block()Ross Zwisler2016-01-231-0/+3
* | | | | | | | | xfs: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-231-3/+4
* | | | | | | | | ext4: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-231-1/+3
* | | | | | | | | ext2: call dax_pfn_mkwrite() for DAX fsync/msyncRoss Zwisler2016-01-231-1/+3
* | | | | | | | | dax: add support for fsync/syncRoss Zwisler2016-01-231-16/+258