summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds7-59/+120
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-9/+10
2015-06-24Merge tag 'for-linus-20150623' of git://git.infradead.org/linux-mtdLinus Torvalds2-28/+6
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+8
2015-06-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+3
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds68-1376/+1065
2015-06-19seqcount: Rename write_seqcount_barrier()Peter Zijlstra1-8/+8
2015-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2015-06-02vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-172/+393
2015-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2015-05-30Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-79/+112
2015-05-29d_walk() might skip too muchAl Viro1-4/+4
2015-05-29omfs: fix potential integer overflow in allocatorBob Copeland1-1/+1
2015-05-29omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-05-29omfs: set error return when d_make_root() failsBob Copeland1-1/+3
2015-05-29fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-05-29fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-05-29xfs: fix broken i_nlink accounting for whiteout tmpfile inodeBrian Foster1-2/+8
2015-05-29xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-05-29xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-05-29xfs: extent size hints can round up extents past MAXEXTLENDave Chinner1-12/+19
2015-05-29xfs: inode and free block counters need to use __percpu_counter_compareDave Chinner1-14/+20
2015-05-29xfs: use percpu_counter_read_positive for mp->m_icountGeorge Wang1-3/+6
2015-05-28Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds13-74/+194
2015-05-27Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+36
2015-05-25net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa1-0/+1
2015-05-23Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+38
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-38/+144
2015-05-21udf: fix udf_load_pvoldesc()Dan Carpenter1-1/+2
2015-05-20CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSEFederico Sauter1-1/+2
2015-05-20Fix to convert SURROGATE PAIRNakajima Akira1-46/+136
2015-05-20cifs: potential missing check for posix_lock_file_waitChengyu Song1-2/+2
2015-05-20Fix to check Unique id and FileType when client refer file directly.Nakajima Akira1-0/+25
2015-05-20Btrfs: fix regression in raid level conversionChris Mason1-0/+18
2015-05-20CIFS: remove an unneeded NULL checkDan Carpenter1-1/+1
2015-05-20[cifs] fix null pointer checkSteve French1-1/+1
2015-05-20Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2-0/+3
2015-05-20btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh1-0/+17
2015-05-19Merge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-5/+11
2015-05-19ovl: mount read-only if workdir can't be createdMiklos Szeredi3-5/+17
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-3/+3
2015-05-18Merge tag 'v4.1-rc4' into MTD's -nextBrian Norris45-441/+734
2015-05-18udf: remove double err declaration in udf_file_write_iter()Fabian Frederick1-2/+0
2015-05-18UDF: support NFSv2 exportNeilBrown1-2/+2
2015-05-18fs: ext3: super: fixed a space coding style issueAdir Kuhn1-1/+1
2015-05-18udf: Return error from udf_find_entry()Fabian Frederick1-20/+71
2015-05-18udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick2-2/+5
2015-05-18udf: bug on exotic flag in udf_get_filename()Fabian Frederick1-1/+1
2015-05-18udf: improve error management in udf_CS0toNLS()Fabian Frederick1-3/+4