summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2012-07-203-55/+69
|\
| * pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh2012-07-201-3/+13
| * pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh2012-07-201-2/+7
| * ore: Unlock r4w pages in exact reverse order of lockingBoaz Harrosh2012-07-201-12/+12
| * ore: Remove support of partial IO request (NFS crash)Boaz Harrosh2012-07-201-7/+1Star
| * ore: Fix NFS crash by supporting any unaligned RAID IOBoaz Harrosh2012-07-201-31/+36
* | Merge tag 'upstream-3.5-rc8' of git://git.infradead.org/linux-ubifsLinus Torvalds2012-07-201-2/+6
|\ \
| * | UBIFS: fix a bug in empty space fix-upArtem Bityutskiy2012-07-201-2/+6
* | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-07-184-15/+66
|\ \ \
| * | | cifs: always update the inode cache with the results from a FIND_*Jeff Layton2012-07-171-2/+5
| * | | cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmapsJeff Layton2012-07-171-1/+29
| * | | cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap spaceJeff Layton2012-07-171-0/+18
| * | | Initialise mid_q_entry before putting it on the pending queueSachin Prabhu2012-07-171-12/+14
| |/ /
* | | ext4: fix duplicated mnt_drop_write call in EXT4_IOC_MOVE_EXTAl Viro2012-07-181-1/+0Star
* | | Merge tag 'pm-post-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-171-1/+1
|\ \ \
| * | | PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPENDMichael Kerrisk2012-07-171-1/+1
* | | | Merge tag 'for-linus-v3.5-rc7' of git://oss.sgi.com/xfs/xfsLinus Torvalds2012-07-164-37/+38
|\ \ \ \
| * | | | xfs: do not call xfs_bdstrat_cb in xfs_buf_iodone_callbacksChristoph Hellwig2012-07-133-31/+23Star
| * | | | xfs: prevent recursion in xfs_buf_iorequestChristoph Hellwig2012-07-131-1/+1
| * | | | xfs: don't defer metadata allocation to the workqueueDave Chinner2012-07-131-3/+12
| * | | | xfs: really fix the cursor leak in xfs_alloc_ag_vextent_nearDave Chinner2012-07-131-2/+2
* | | | | fifo: Do not restart open() if it already found a partnerAnders Kaseorg2012-07-161-5/+4Star
| |/ / / |/| | |
* | | | Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-07-132-1/+7
|\ \ \ \
| * | | | NFSv4: Fix an NFSv4 mount regressionTrond Myklebust2012-07-101-0/+2
| * | | | NFS: Fix list manipulation snafus in fs/nfs/direct.cTrond Myklebust2012-07-081-1/+5
* | | | | Remove easily user-triggerable BUG from generic_setleaseDave Jones2012-07-131-1/+1
* | | | | block: fix infinite loop in __getblk_slowJeff Moyer2012-07-131-9/+13
* | | | | fat: fix non-atomic NFS i_pos readSteven J. Magnani2012-07-121-7/+6Star
* | | | | fs: ramfs: file-nommu: add SetPageUptodate()Bob Liu2012-07-121-0/+1
* | | | | ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()Luis Henriques2012-07-121-1/+1
| |_|/ / |/| | |
* | | | vfs: make O_PATH file descriptors usable for 'fchdir()'Linus Torvalds2012-07-081-3/+3
* | | | Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-072-20/+30
|\ \ \ \
| * | | | eCryptfs: Gracefully refuse miscdev file ops on inherited/passed filesTyler Hicks2012-07-061-7/+16
| * | | | eCryptfs: Fix lockdep warning in miscdev operationsTyler Hicks2012-07-041-12/+13
| * | | | eCryptfs: Properly check for O_RDONLY flag before doing privileged openTyler Hicks2012-07-041-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds2012-07-064-18/+23
|\ \ \ \
| * | | | ocfs2: Fix bogus error message from ocfs2_global_read_infoJan Kara2012-07-041-2/+0Star
| * | | | ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_...Jeff Liu2012-07-041-2/+0Star
| * | | | ocfs2: use spinlock irqsave for downconvert lock.patchSrinivas Eeda2012-07-041-12/+19
| * | | | ocfs2: Misplaced parens in unlikleyroel2012-07-041-1/+1
| * | | | ocfs2: clear unaligned io flag when dio failsJunxiao Bi2012-07-041-1/+3
* | | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-07-061-21/+20Star
|\ \ \ \ \
| * | | | | cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBuffe...Jeff Layton2012-07-031-6/+3Star
| * | | | | cifs: fix parsing of password mount optionSuresh Jayaraman2012-06-121-15/+17
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-07-0513-201/+258
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Btrfs: run delayed directory updates during log replayChris Mason2012-07-021-0/+6
| * | | | | Btrfs: hold a ref on the inode during writepagesJosef Bacik2012-07-021-0/+14
| * | | | | Btrfs: fix tree log remove space corner caseJosef Bacik2012-07-021-93/+52Star
| * | | | | Btrfs: fix wrong check during log recoveryLiu Bo2012-07-021-1/+1
| * | | | | Btrfs: use _IOR for BTRFS_IOC_SUBVOL_GETFLAGSAlexander Block2012-07-021-1/+1