summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ext4: improve handling of conflicting mount optionsTheodore Ts'o2011-09-032-21/+32
* ext4: fix 2nd xfstests 127 punch hole failureAllison Henderson2011-09-031-4/+37
* ext4: fix xfstests 75, 112, 127 punch hole failureAllison Henderson2011-09-031-22/+39
* ext4: Add new ext4_discard_partial_page_buffers routinesAllison Henderson2011-09-032-0/+235
* ext4: call ext4_handle_dirty_metadata with correct inode in ext4_dx_add_entryTheodore Ts'o2011-08-311-2/+2
* ext4: ext4_mkdir should dirty dir_block with newly created directory inodeDarrick J. Wong2011-08-311-1/+1
* ext4: ext4_rename should dirty dir_bh with the correct directoryDarrick J. Wong2011-08-311-1/+1
* ext4: fake direct I/O mode for data=journalTheodore Ts'o2011-08-311-0/+7
* ext2,ext3,ext4: don't inherit APPEND_FL or IMMUTABLE_FL for new inodesTheodore Ts'o2011-08-311-2/+1
* ext4: remove i_mutex lock in ext4_evict_inode to fix lockdep complainingJiaying Zhang2011-08-313-4/+18
* 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
OpenPOWER on IntegriCloud