summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2014-04-17xfs: don't map ranges that span EOF for direct IODave Chinner
2014-04-16sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo
2014-04-16kernfs: protect lazy kernfs_iattrs allocation with mutexTejun Heo
2014-04-16fs: Don't return 0 from get_anon_bdevThomas Bächler
2014-04-16fs: cifs: remove unused variable.Cyril Roelandt
2014-04-16Return correct error on query of xattr on file with empty xattrsSteve French
2014-04-16cifs: Wait for writebacks to complete before attempting write.Sachin Prabhu
2014-04-16aio: block io_destroy() until all context requests are completedAnatol Pomozov
2014-04-15locks: allow __break_lease to sleep even when break_time is 0Jeff Layton
2014-04-14ext4: fix ext4_count_free_clusters() with EXT4FS_DEBUG and bigalloc enabledAzat Khuzhin
2014-04-14btrfs: fix use-after-free in mount_subvol()Christoph Jaeger
2014-04-14xfs: zeroing space needs to punch delalloc blocksDave Chinner
2014-04-14xfs: xfs_vm_write_end truncates too much on failureDave Chinner
2014-04-14xfs: write failure beyond EOF truncates too much dataDave Chinner
2014-04-14xfs: kill buffers over failed write ranges properlyDave Chinner
2014-04-13cifs: Use min_t() when comparing "size_t" and "unsigned long"Geert Uytterhoeven
2014-04-13ext4: always check ext4_ext_find_extent resultDmitry Monakhov
2014-04-13ext4: fix error handling in ext4_ext_shift_extentsDmitry Monakhov
2014-04-12ext4: silence sparse check warning for function ext4_trim_extentjon ernst
2014-04-12ext4: COLLAPSE_RANGE only works on extent-based filesTheodore Ts'o
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-12ceph: fix pr_fmt() redefinitionLinus Torvalds
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds
2014-04-12ext4: fix byte order problems introduced by the COLLAPSE_RANGE patchesZheng Liu
2014-04-12ext4: use i_size_read in ext4_unaligned_aio()Theodore Ts'o
2014-04-12fs: disallow all fallocate operation on active swapfileLukas Czerner
2014-04-12fs: move falloc collapse range check into the filesystem methodsLukas Czerner
2014-04-12fs: prevent doing FALLOC_FL_ZERO_RANGE on append only fileLukas Czerner
2014-04-12ext4: remove unnecessary check for APPEND and IMMUTABLELukas Czerner
2014-04-12cifs: fix the race in cifs_writev()Al Viro
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro
2014-04-11Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2014-04-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-11ext4: move ext4_update_i_disksize() into mpage_map_and_submit_extent()Theodore Ts'o
2014-04-11Btrfs: fix compile warnings on on avr32 platformWang Shilong
2014-04-10ext4: return ENOMEM rather than EIO when find_###_page() failsYounger Liu
2014-04-10ext4: fix COLLAPSE_RANGE test failure in data journalling modeNamjae Jeon
2014-04-10Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2014-04-10btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer
2014-04-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-04-09block: Ensure we only enable integrity metadata for reads and writesMartin K. Petersen
2014-04-09block: Fix integrity verificationMartin K. Petersen
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-04-08fs/ncpfs/dir.c: fix indenting in ncp_lookup()Dan Carpenter
2014-04-08ncpfs/inode.c: fix mismatch printk formats and argumentsJoe Perches
2014-04-08ncpfs: remove now unused PRINTK macroJoe Perches
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches