summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-25ceph: fix ceph_writepages_start()Yan, Zheng1-14/+23
2015-06-25ceph: rework dcache readdirYan, Zheng6-215/+295
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng5-14/+15
2015-06-25ceph: pre-allocate data structure that tracks caps flushingYan, Zheng8-16/+102
2015-06-25ceph: re-send flushing caps (which are revoked) in reconnect stageYan, Zheng3-6/+61
2015-06-25ceph: send TID of the oldest pending caps flush to MDSYan, Zheng1-18/+49
2015-06-25ceph: track pending caps flushing globallyYan, Zheng5-57/+91
2015-06-25ceph: track pending caps flushing accuratelyYan, Zheng5-88/+192
2015-06-25ceph: fix directory fsyncYan, Zheng2-64/+65
2015-06-25ceph: fix flushing capsYan, Zheng1-24/+25
2015-06-25ceph: don't include used caps in cap_wantedYan, Zheng1-3/+3
2015-06-25ceph: ratelimit warn messages for MDS closes sessionYan, Zheng1-3/+7
2015-06-25ceph: simplify two mount_timeout sitesIlya Dryomov2-18/+14
2015-06-25libceph: store timeouts in jiffies, verify user inputIlya Dryomov4-10/+10
2015-06-25ceph: exclude setfilelock requests when calculating oldest tidYan, Zheng2-7/+25
2015-06-25ceph: don't pre-allocate space for cap release messagesYan, Zheng4-202/+129
2015-06-25ceph: make sure syncfs flushes all cap snapsYan, Zheng4-31/+76
2015-06-25ceph: don't trim auth cap when there are cap snapsYan, Zheng1-1/+2
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextYan, Zheng3-7/+57
2015-06-25ceph: avoid sending unnessesary FLUSHSNAP messageYan, Zheng3-45/+78
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceYan, Zheng4-137/+212
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permYan, Zheng3-14/+14
2015-06-25ceph: check OSD caps before read/writeYan, Zheng7-6/+249
2015-06-25libceph: allow setting osd_req_op's flagsYan, Zheng2-2/+3
2015-06-02vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-79/+112
2015-05-28d_walk() might skip too muchAl Viro1-4/+4
2015-05-28omfs: fix potential integer overflow in allocatorBob Copeland1-1/+1
2015-05-28omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-05-28omfs: set error return when d_make_root() failsBob Copeland1-1/+3
2015-05-28fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-05-28fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster1-2/+8
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner1-12/+19
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner1-14/+20
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang1-3/+6
2015-05-27Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-74/+194
2015-05-27Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+36
2015-05-23Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+38
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter1-1/+2
2015-05-20Fix to convert SURROGATE PAIRNakajima Akira1-46/+136
2015-05-20cifs: potential missing check for posix_lock_file_waitChengyu Song1-2/+2
2015-05-20Fix to check Unique id and FileType when client refer file directly.Nakajima Akira1-0/+25
2015-05-20Btrfs: fix regression in raid level conversionChris Mason1-0/+18
2015-05-20CIFS: remove an unneeded NULL checkDan Carpenter1-1/+1
2015-05-20[cifs] fix null pointer checkSteve French1-1/+1
2015-05-19Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2-0/+3