aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-25ceph: fix directory fsyncGravatar Yan, Zheng 2-64/+65
2015-06-25ceph: fix flushing capsGravatar Yan, Zheng 1-24/+25
2015-06-25ceph: don't include used caps in cap_wantedGravatar Yan, Zheng 1-3/+3
2015-06-25ceph: ratelimit warn messages for MDS closes sessionGravatar Yan, Zheng 1-3/+7
2015-06-25ceph: simplify two mount_timeout sitesGravatar Ilya Dryomov 2-18/+14
2015-06-25libceph: store timeouts in jiffies, verify user inputGravatar Ilya Dryomov 4-10/+10
2015-06-25ceph: exclude setfilelock requests when calculating oldest tidGravatar Yan, Zheng 2-7/+25
2015-06-25ceph: don't pre-allocate space for cap release messagesGravatar Yan, Zheng 4-202/+129
2015-06-25ceph: make sure syncfs flushes all cap snapsGravatar Yan, Zheng 4-31/+76
2015-06-25ceph: don't trim auth cap when there are cap snapsGravatar Yan, Zheng 1-1/+2
2015-06-25ceph: take snap_rwsem when accessing snap realm's cached_contextGravatar Yan, Zheng 3-7/+57
2015-06-25ceph: avoid sending unnessesary FLUSHSNAP messageGravatar Yan, Zheng 3-45/+78
2015-06-25ceph: set i_head_snapc when getting CEPH_CAP_FILE_WR referenceGravatar Yan, Zheng 4-137/+212
2015-06-25ceph: use empty snap context for uninline_data and get_pool_permGravatar Yan, Zheng 3-14/+14
2015-06-25ceph: check OSD caps before read/writeGravatar Yan, Zheng 7-6/+249
2015-06-25libceph: allow setting osd_req_op's flagsGravatar Yan, Zheng 2-2/+3
2015-06-02vfs: read file_handle only once in handle_to_pathGravatar Sasha Levin 1-2/+3
2015-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-4/+4
2015-05-29Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-79/+112
2015-05-28d_walk() might skip too muchGravatar Al Viro 1-4/+4
2015-05-28omfs: fix potential integer overflow in allocatorGravatar Bob Copeland 1-1/+1
2015-05-28omfs: fix sign confusion for bitmap loop counterGravatar Bob Copeland 1-1/+2
2015-05-28omfs: set error return when d_make_root() failsGravatar Bob Copeland 1-1/+3
2015-05-28fs, omfs: add NULL terminator in the end up the token listGravatar Sasha Levin 1-1/+2
2015-05-28fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsGravatar Andrew Morton 1-1/+1
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeGravatar Brian Foster 1-2/+8
2015-05-29xfs: xfs_iozero can return positive errnoGravatar Dave Chinner 1-1/+1
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindGravatar Dave Chinner 4-47/+58
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENGravatar Dave Chinner 1-12/+19
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareGravatar Dave Chinner 1-14/+20
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGravatar George Wang 1-3/+6
2015-05-27Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 13-74/+194
2015-05-27Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-10/+36
2015-05-23Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-0/+38
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEGravatar Federico Sauter 1-1/+2
2015-05-20Fix to convert SURROGATE PAIRGravatar Nakajima Akira 1-46/+136
2015-05-20cifs: potential missing check for posix_lock_file_waitGravatar Chengyu Song 1-2/+2
2015-05-20Fix to check Unique id and FileType when client refer file directly.Gravatar Nakajima Akira 1-0/+25
2015-05-20Btrfs: fix regression in raid level conversionGravatar Chris Mason 1-0/+18
2015-05-20CIFS: remove an unneeded NULL checkGravatar Dan Carpenter 1-1/+1
2015-05-20[cifs] fix null pointer checkGravatar Steve French 1-1/+1
2015-05-19Btrfs: fix racy system chunk allocation when setting block group roGravatar Filipe Manana 2-0/+3
2015-05-19btrfs: clear 'ret' in btrfs_check_shared() loopGravatar Mark Fasheh 1-0/+17
2015-05-19Merge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-5/+11
2015-05-19ovl: mount read-only if workdir can't be createdGravatar Miklos Szeredi 3-5/+17
2015-05-16Merge branch 'for-linus-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2015-05-16Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-21/+53
2015-05-16Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-10/+68
2015-05-15Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2015-05-15ext4: fix an ext3 collapse range regression in xfstestsGravatar Theodore Ts'o 1-0/+8