summaryrefslogtreecommitdiffstats
path: root/fs/qnx4/dir.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-26ext4: add "static" to ext4_seq_##name##_fops structXu Cang1-1/+1
2015-11-26ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro1-1/+1
2015-11-26ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro1-1/+1
2015-11-24jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara1-0/+2
2015-11-24ext4: Fix handling of extended tv_secDavid Turner1-7/+44
2015-10-29fs/ext4: remove unnecessary new_valid_dev checkYaowei Bai1-3/+0
2015-10-19ext4: fix abs() usage in ext4_mb_check_group_paJohn Stultz1-2/+2
2015-10-19ext4: do not allow journal_opts for fs w/o journalDmitry Monakhov2-2/+32
2015-10-19ext4: explicit mount options parsing cleanupDmitry Monakhov1-2/+6
2015-10-18ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong3-3/+16
2015-10-18[PATCH] fix calculation of meta_bg descriptor backupsAndy Leiserson1-2/+2
2015-10-18ext4: fix potential use after free in __ext4_journal_stopLukas Czerner1-3/+3
2015-10-18jbd2: fix checkpoint list cleanupJan Kara1-5/+3
2015-10-18ext4: fix xfstest generic/269 double revoked buffer bug with bigallocDaeho Jeong1-15/+17
2015-10-18ext4: make the bitmap read routines return real error codesDarrick J. Wong3-85/+143
2015-10-17jbd2: clean up feature test macros with predicate functionsDarrick J. Wong5-36/+91
2015-10-17ext4: clean up feature test macros with predicate functionsDarrick J. Wong15-184/+252
2015-10-17ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong16-88/+107
2015-10-17ext4: store checksum seed in superblockDarrick J. Wong3-4/+10
2015-10-17ext4: reserve code points for the project quota featureTheodore Ts'o2-1/+8
2015-10-15ext4: promote ext4 over ext2 in the default probe orderDarrick J. Wong1-3/+4
2015-10-15jbd2: gate checksum calculations on crc driver presence, not sb flagsDarrick J. Wong2-7/+12
2015-10-15ext4: use private version of page_zero_new_buffers() for data=journal modeTheodore Ts'o1-1/+33
2015-10-03ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o2-4/+22
2015-10-03ext4 crypto: replace some BUG_ON()'s with error checksTheodore Ts'o4-7/+15
2015-10-03ext4 crypto: ext4_page_crypto() doesn't need a encryption contextTheodore Ts'o4-28/+9
2015-10-03ext4: optimize ext4_writepage() for attempted 4k delalloc writesTheodore Ts'o1-1/+12
2015-10-03ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o1-1/+4
2015-09-23ext4: move procfs registration code to fs/ext4/sysfs.cTheodore Ts'o6-106/+77
2015-09-23ext4: refactor sysfs support codeTheodore Ts'o1-133/+128
2015-09-23ext4: move sysfs code from super.c to fs/ext4/sysfs.cTheodore Ts'o4-410/+410
2015-09-20Linux 4.3-rc2v4.3-rc2Linus Torvalds1-1/+1
2015-09-20fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason1-1/+16
2015-09-19mm: fix type cast in __pfn_to_phys()Tyler Baker1-1/+1
2015-09-18IB/hfi: Properly set permissions for user device filesIra Weiny4-12/+59
2015-09-18IB/hfi1: mask vs shift confusionDan Carpenter1-2/+2
2015-09-18IB/hfi1: clean up some definesDan Carpenter1-18/+18
2015-09-18IB/hfi1: info leak in get_ctxt_info()Dan Carpenter1-0/+1
2015-09-18IB/hfi1: fix a locking bugDan Carpenter1-2/+2
2015-09-18IB/hfi1: checking for NULL instead of IS_ERRDan Carpenter1-3/+5
2015-09-18IB/hfi1: fix sdma_descq_cnt parameter parsingMike Marciniszyn1-1/+1
2015-09-18IB/hfi1: fix copy_to/from_user() error handlingDan Carpenter1-16/+15
2015-09-18IB/hfi1: fix pstateinfo from returning improperly byteswapped valueIra Weiny2-4/+4
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel1-4/+11
2015-09-18revert "mm: make sure all file VMAs have ->vm_ops set"Andrew Morton1-8/+0
2015-09-18MAINTAINERS: update LTP mailing listCyril Hrubis1-2/+2
2015-09-18userfaultfd: add missing mmput() in error pathEric Biggers1-1/+3
2015-09-18lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov1-1/+5
2015-09-18alpha: lib: export __delaySudip Mukherjee1-0/+1
2015-09-18alpha: io: define ioremap_ucSudip Mukherjee1-1/+3