summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-08-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds17-135/+312
2014-08-26Merge tag 'nfs-for-3.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-29/+76
2014-08-25aio: fix reqs_available handlingBenjamin LaHaise1-4/+73
2014-08-24Btrfs: fix task hang under heavy compressed writeLiu Bo12-61/+141
2014-08-23nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-08-23nfs: can_coalesce_requests must enforce contiguityWeston Andros Adamson1-0/+8
2014-08-23nfs: disallow duplicate pages in pgio page vectorsWeston Andros Adamson1-3/+15
2014-08-23nfs: don't sleep with inode lock in lock_and_join_requestsWeston Andros Adamson2-1/+28
2014-08-23nfs: fix error handling in lock_and_join_requestsWeston Andros Adamson1-1/+4
2014-08-23nfs: use blocking page_group_lock in add_requestWeston Andros Adamson1-11/+2
2014-08-23nfs: fix nonblocking calls to nfs_page_group_lockWeston Andros Adamson1-8/+13
2014-08-23nfs: change nfs_page_group_lock argumentWeston Andros Adamson2-7/+8
2014-08-21Btrfs: fix filemap_flush call in btrfs_file_releaseChris Mason1-1/+9
2014-08-21Btrfs: fix crash on endio of reading corrupted blockLiu Bo1-0/+1
2014-08-21btrfs: fix leak in qgroup_subtree_accounting() error pathEric Sandeen1-1/+1
2014-08-21btrfs: Use right extent length when inserting overlap extent map.Qu Wenruo2-6/+5
2014-08-21Btrfs: clone, don't create invalid hole extent mapFilipe Manana1-1/+2
2014-08-21Btrfs: don't monopolize a core when evicting inodeFilipe Manana1-0/+6
2014-08-21Btrfs: fix hole detection during file fsyncFilipe Manana1-4/+13
2014-08-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana1-0/+15
2014-08-21Btrfs: race free update of commit root for ro snapshotsFilipe Manana2-33/+36
2014-08-21Btrfs: fix regression of btrfs device replaceLiu Bo1-1/+1
2014-08-21Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds14-22/+269
2014-08-20ext3: Count internal journal as bsddf overhead in ext3_statfsChin-Tsung Cheng1-2/+3
2014-08-19isofs: Fix unbounded recursion when processing relocated directoriesJan Kara3-22/+55
2014-08-19udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu1-1/+2
2014-08-19Btrfs: don't consider the missing device when allocating new chunksMiao Xie1-14/+2
2014-08-19Btrfs: Fix wrong device size when we are resizing the deviceMiao Xie2-2/+3
2014-08-19Btrfs: don't write any data into a readonly device when scrubMiao Xie1-0/+11
2014-08-19Btrfs: Fix the problem that the replace destroys the seed filesystemMiao Xie1-2/+6
2014-08-19btrfs: Return right extent when fiemap gives unaligned offset and len.Qu Wenruo1-2/+2
2014-08-19Btrfs: fix wrong extent mapping for DirectIOWang Shilong1-0/+2
2014-08-19Btrfs: fix wrong write range for filemap_fdatawrite_range()Wang Shilong1-1/+2
2014-08-19Btrfs: fix wrong missing device counter decreaseMiao Xie1-1/+1
2014-08-19Btrfs: fix unzeroed members in fs_devices when creating a fs from seed fsMiao Xie1-0/+3
2014-08-19btrfs: check generation as replace duplicates devid+uuidAnand Jain1-1/+21
2014-08-19Btrfs: device_list_add() should not update list when mountedAnand Jain1-0/+27
2014-08-19Btrfs: fill_holes: Fix slot number passed to hole_mergeable() call.chandan1-2/+1
2014-08-19Btrfs: fix put dio bio twice when we submit dio bio failMiao Xie1-3/+2
2014-08-18[SMB3] Enable fallocate -z support for SMB3 mountsSteve French1-0/+55
2014-08-18enable fallocate punch hole ("fallocate -p") for SMB3Steve French5-1/+73
2014-08-18Incorrect error returned on setting file compressed on SMB2Steve French1-1/+1
2014-08-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky1-0/+6
2014-08-17CIFS: Fix SMB2 readdir error handlingPavel Shilovsky7-8/+25
2014-08-17[CIFS] Possible null ptr deref in SMB2_tconSteve French1-1/+2
2014-08-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds17-305/+541
2014-08-16Merge tag 'locks-v3.17-2' of git://git.samba.org/jlayton/linuxLinus Torvalds1-29/+57
2014-08-16Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds1-56/+30
2014-08-16[CIFS] Workaround MacOS server problem with SMB2.1 writeSteve French1-1/+16
2014-08-16cifs: handle lease F_UNLCK requests properlyJeff Layton1-2/+3