summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-08-244-74/+32
|\
| * fuse: check size of FUSE_NOTIFY_INVAL_ENTRY messageMiklos Szeredi2011-08-241-0/+4
| * fuse: mark pages accessed when written toJohannes Weiner2011-08-081-0/+3
| * fuse: delete dead .write_begin and .write_end aopsJohannes Weiner2011-08-081-70/+0
| * fuse: fix flockMiklos Szeredi2011-08-083-3/+24
| * fuse: fix non-ANSI void function notationRandy Dunlap2011-06-011-1/+1
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-08-2354-79/+76
|\ \
| * | xfs: fix tracing builds inside the source treeChristoph Hellwig2011-08-221-0/+2
| * | xfs: remove subdirectoriesChristoph Hellwig2011-08-1253-61/+56
| * | xfs: don't expect xfs headers to be in subdirectoriesAlex Elder2011-08-125-19/+19
* | | Btrfs: fix 64 bit divide problemJosef Bacik2011-08-211-5/+7
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-08-215-9/+37
|\ \ \
| * | | ext4: flush any pending end_io requests before DIO reads w/dioread_nolockJiaying Zhang2011-08-191-2/+7
| * | | ext4: fix nomblk_io_submit option so it correctly converts uninit blocksTheodore Ts'o2011-08-131-1/+6
| * | | ext4: Resolve the hang of direct i/o read in handling EXT4_IO_END_UNWRITTEN.Tao Ma2011-08-132-3/+12
| * | | ext4: call ext4_ioend_wait and ext4_flush_completed_IO in ext4_evict_inodeJiaying Zhang2011-08-132-1/+6
| * | | ext4: Fix ext4_should_writeback_data() for no-journal modeCurt Wohlgemuth2011-08-132-2/+6
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-08-186-40/+43
|\ \ \ \
| * | | | NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resetsTrond Myklebust2011-08-041-0/+5
| * | | | NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust2011-08-043-24/+22
| * | | | pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh2011-08-042-9/+10
| * | | | pnfs-obj: Bug when we are running out of bioBoaz Harrosh2011-08-041-7/+5
| * | | | nfs: add missing prefetch.h includeHeiko Carstens2011-08-041-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-08-189-43/+183
|\ \ \ \ \
| * \ \ \ \ Merge branch 'btrfs-3.0' into for-linusChris Mason2011-08-188-35/+167
| |\ \ \ \ \
| | * | | | | Btrfs: set i_size properly when fallocating and we alreadyJosef Bacik2011-08-181-0/+14
| | * | | | | Btrfs: truncate pages from clone ioctl target rangeSage Weil2011-08-161-0/+4
| | * | | | | Btrfs: fix uninitialized sync_pendingMiao Xie2011-08-161-1/+1
| | * | | | | Btrfs: fix wrong free space informationMiao Xie2011-08-161-5/+11
| | * | | | | btrfs: memory leak in btrfs_add_inode_defrag()Dan Carpenter2011-08-161-0/+2
| | * | | | | Btrfs: use plain page_address() in header fields setget functionsLi Zefan2011-08-161-4/+2
| | * | | | | Btrfs: forced readonly when btrfs_drop_snapshot() failsTsutomu Itoh2011-08-162-10/+16
| | * | | | | Btrfs: check if there is enough space for balancing smarterliubo2011-08-161-6/+35
| | * | | | | Btrfs: fix a bug of balance on full multi-disk partitionsliubo2011-08-161-4/+13
| | * | | | | Btrfs: fix an oops of log replayliubo2011-08-161-4/+24
| | * | | | | Btrfs: detect wether a device supports discardJosef Bacik2011-08-163-2/+29
| | * | | | | Btrfs: force unplugs when switching from high to regular priority biosChris Mason2011-08-051-0/+17
| * | | | | | btrfs: unlock on error in btrfs_file_llseek()Dan Carpenter2011-08-181-4/+8
| * | | | | | btrfs: btrfs_permission's RO check shouldn't apply to device nodesJeff Mahoney2011-08-181-4/+8
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-08-183-4/+5
|\ \ \ \ \ \ \
| * | | | | | | update cifs version to 1.75Steve French2011-08-181-1/+1
| * | | | | | | [CIFS] possible memory corruption on mountSteve French2011-08-181-1/+2
| * | | | | | | cifs: demote cERROR in build_path_from_dentry to cFYIJeff Layton2011-08-161-2/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6Linus Torvalds2011-08-182-5/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | fat: fat16 support maximum 4GB file/vol size as WinXP or 7.Namjae Jeon2011-08-171-2/+1
| * | | | | | | | fat: fix utf8 iocharset warning messageMihai Moldovan2011-08-171-2/+2
| * | | | | | | | fat: fix build warningJonas Aberg2011-08-171-1/+1
* | | | | | | | | befs: Validate length of long symbolic links.Timo Warns2011-08-171-9/+14
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2011-08-151-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | jfs: flush journal completely before releasing metadata inodesDave Kleikamp2011-08-011-2/+2