aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-21btrfs: synchronize incompat feature bits with sysfs filesDavid Sterba4-0/+17
2016-01-21btrfs: sysfs: introduce helper for syncing bits with sysfs filesDavid Sterba2-0/+33
2016-01-21btrfs: sysfs: add free-space-tree bit attributeDavid Sterba1-0/+2
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-30/+122
2016-01-20fs/adfs/adfs.h: tidy up commentsAndrew Morton1-14/+14
2016-01-20fs/overlayfs/super.c needs pagemap.hAndrew Morton1-0/+1
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik1-3/+10
2016-01-20fs/coredump: prevent "" / "." / ".." core path componentsJann Horn1-0/+20
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-13/+14
2016-01-20fat: constify fatent_operations structuresJulia Lawall2-13/+13
2016-01-20fat: permit to return phy block number by fibmap in fallocated regionNamjae Jeon4-30/+87
2016-01-20fat: skip cluster allocation on fallocated regionNamjae Jeon1-2/+8
2016-01-20fat: add fat_fallocate operationNamjae Jeon3-2/+94
2016-01-20fat: add simple validation for directory inodeOGAWA Hirofumi1-0/+22
2016-01-20fat: allow time_offset to be up to 24 hoursJan Kara1-1/+6
2016-01-20fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_deleteGeliang Tang1-4/+2
2016-01-20epoll: add EPOLLEXCLUSIVE flagJason Baron1-3/+21
2016-01-20fs/proc/task_mmu.c: add workaround for old compilersKirill A. Shutemov1-1/+1
2016-01-20btrfs: sysfs: fix typo in compat_ro attribute definitionDavid Sterba1-1/+1
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2016-01-20btrfs: raid56: Use raid_write_end_io for scrubZhao Lei1-27/+5
2016-01-20btrfs: Remove unnecessary ClearPageUptodate for raid56Zhao Lei1-2/+0
2016-01-20btrfs: use rbio->nr_pages to reduce calculationZhao Lei1-12/+7
2016-01-20btrfs: Use unified stripe_page's index calculationZhao Lei1-22/+21
2016-01-20btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei2-3/+3
2016-01-20btrfs: Fix no_space in write and rm loopZhao Lei1-1/+3
2016-01-20btrfs: merge functions for wait snapshot creationZhao Lei3-21/+22
2016-01-20btrfs: delete unused argument in btrfs_copy_from_userZhao Lei1-4/+2
2016-01-19btrfs: Use direct way to determine raid56 write/recover modeZhao Lei1-1/+2
2016-01-19btrfs: Small cleanup for get index_srcdev loopZhao Lei1-22/+20
2016-01-19btrfs: Enhance chunk validation checkQu Wenruo1-1/+32
2016-01-19btrfs: Enhance super validation checkQu Wenruo1-49/+48
2016-01-19Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana4-8/+10
2016-01-19Btrfs: fix typo in log message when starting a balanceFilipe Manana1-1/+1
2016-01-19Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason6-15/+56
2016-01-19Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux into for-linus-4.5Chris Mason7-24/+32
2016-01-19pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-2/+45
2016-01-20ELF: Also pass any interpreter's file header to `arch_check_elf'Maciej W. Rozycki1-1/+5
2016-01-19Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
2016-01-19find_filesystem(): simplify comparisonAl Viro1-3/+3
2016-01-19btrfs: remove duplicate const specifierColin Ian King1-1/+1
2016-01-19Merge branch 'xfs-misc-fixes-for-4.5-3' into for-nextDave Chinner2-1/+10
2016-01-19xfs: log mount failures don't wait for buffers to be releasedDave Chinner1-0/+10
2016-01-19Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"Dave Chinner1-1/+0
2016-01-19Merge branch 'xfs-setxattr-promotion' into for-nextDave Chinner5-101/+104
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds46-828/+3688
2016-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+2
2016-01-17timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-01-16fs/stat.c: drop the last new_valid_dev checkYaowei Bai1-1/+1
2016-01-15mm/hugetlbfs: unmap pages if page fault raced with hole punchMike Kravetz1-69/+75