summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | get rid of pointless checks for NULL ->i_opAl Viro2014-04-022-3/+1Star
| * | ntfs: don't put NULL into ->i_op/->i_fopAl Viro2014-04-021-2/+0Star
| * | new helper: readlink_copy()Al Viro2014-04-024-46/+11Star
| * | get rid of files_defer_init()Al Viro2014-04-022-8/+4Star
| * | namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro2014-04-021-28/+27Star
| * | get_write_access() is inlined, exporting it is pointlessAl Viro2014-04-021-1/+0Star
| * | tidy do_dentry_open() up a bitAl Viro2014-04-021-12/+10Star
| * | mark struct file that had write access grabbed by open()Al Viro2014-04-023-41/+9Star
| * | fold __get_file_write_access() into its only callerAl Viro2014-04-021-19/+6Star
| * | get rid of DEBUG_WRITECOUNTAl Viro2014-04-022-13/+0Star
| * | don't bother with {get,put}_write_access() on non-regular filesAl Viro2014-04-022-21/+9Star
| * | ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro2014-04-022-40/+12Star
| * | reduce m_start() cost...Al Viro2014-04-023-4/+23
| * | smarter propagate_mnt()Al Viro2014-04-023-82/+130
* | | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-34/+2Star
|\ \ \
| * | | proc: Update get proc_pid_cmdline() to use mm.h helpersWilliam Roberts2014-03-201-34/+2Star
* | | | Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2014-04-121-53/+67
|\ \ \ \
| * | | | aio: v4 ensure access to ctx->ring_pages is correctly serialised for migrationBenjamin LaHaise2014-03-281-53/+67
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-04-1119-279/+374
|\ \ \ \ \
| * | | | | Btrfs: fix compile warnings on on avr32 platformWang Shilong2014-04-111-1/+1
| * | | | | btrfs: allow mounting btrfs subvolumes with different ro/rw optionsHarald Hoyer2014-04-101-0/+22
| * | | | | btrfs: export global block reserve size as space_infoDavid Sterba2014-04-072-1/+28
| * | | | | btrfs: fix crash in remount(thread_pool=) caseSergei Trofimovich2014-04-071-0/+2
| * | | | | Btrfs: abort the transaction when we don't find our extent refJosef Bacik2014-04-071-0/+2
| * | | | | Btrfs: fix EINVAL checks in btrfs_cloneChris Mason2014-04-071-2/+3
| * | | | | Btrfs: fix unlock in __start_delalloc_inodes()Wang Shilong2014-04-071-2/+3
| * | | | | Btrfs: scrub raid56 stripes in the right wayWang Shilong2014-04-071-19/+89
| * | | | | Btrfs: don't compress for a small writeWang Shilong2014-04-071-0/+8
| * | | | | Btrfs: more efficient io tree navigation on wait_extent_bitFilipe Manana2014-04-071-1/+5
| * | | | | Btrfs: send, build path string only once in send_holeFilipe Manana2014-04-071-3/+3
| * | | | | btrfs: filter invalid arg for btrfs resizeGui Hecheng2014-04-071-2/+3
| * | | | | Btrfs: send, fix data corruption due to incorrect hole detectionFilipe Manana2014-04-071-1/+3
| * | | | | Btrfs: kmalloc() doesn't return an ERR_PTRDan Carpenter2014-04-071-3/+2Star
| * | | | | Btrfs: fix snapshot vs nocow writtingWang Shilong2014-04-071-2/+21
| * | | | | btrfs: Change the expanding write sequence to fix snapshot related bug.Qu Wenruo2014-04-071-1/+4
| * | | | | btrfs: make device scan less noisyDavid Sterba2014-04-071-11/+24
| * | | | | btrfs: fix lockdep warning with reclaim lock inversionJeff Mahoney2014-04-071-3/+7
| * | | | | Btrfs: hold the commit_root_sem when getting the commit root during sendJosef Bacik2014-04-073-16/+39
| * | | | | Btrfs: remove transaction from sendJosef Bacik2014-04-079-187/+77Star
| * | | | | Btrfs: don't clear uptodate if the eb is under IOJosef Bacik2014-04-076-3/+27
| * | | | | Btrfs: check for an extent_op on the locked refJosef Bacik2014-04-071-1/+2
| * | | | | Btrfs: do not reset last_snapshot after relocationJosef Bacik2014-04-071-21/+0Star
* | | | | | Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds2014-04-102-3/+3
|\ \ \ \ \ \
| * | | | | | fs: Mark functions as static in exofs/ore_raid.cRashika Kheria2014-04-031-2/+2
| * | | | | | fs: Mark function as static in exofs/super.cRashika Kheria2014-04-031-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-101-10/+12
|\ \ \ \ \ \ \
| * | | | | | | block: Ensure we only enable integrity metadata for reads and writesMartin K. Petersen2014-04-091-0/+3
| * | | | | | | block: Fix integrity verificationMartin K. Petersen2014-04-091-10/+9Star
* | | | | | | | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-04-0913-50/+130
|\ \ \ \ \ \ \ \
| * | | | | | | | nfsd4: don't create unnecessary mask aclJ. Bruce Fields2014-04-041-4/+9